*: slap on a few ALIGN1/2s where appropriate

The result of looking at "grep -F -B2 '*fill*' busybox_unstripped.map"

   text	   data	    bss	    dec	    hex	filename
 952537	    485	   7296	 960318	  ea73e	busybox_old
 952527	    485	   7296	 960308	  ea734	busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2019-05-21 17:29:24 +02:00
parent 831844c139
commit 84fc645605
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
/* Please conditionalize exotic protocols on CONFIG_something */
static const uint16_t llproto_ids[] = {
static const uint16_t llproto_ids[] ALIGN2 = {
#define __PF(f,n) ETH_P_##f,
__PF(LOOP,loop)
__PF(PUP,pup)