Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Remove NET_IP_ALIGN from system.h

Use default value (which is the same) from
include/linux/skbuff.h.

Signed-off-by: Michal Simek <monstr@monstr.eu>

-7
-7
arch/microblaze/include/asm/system.h
··· 96 96 97 97 #define arch_align_stack(x) (x) 98 98 99 - /* 100 - * MicroBlaze doesn't handle unaligned accesses in hardware. 101 - * 102 - * Based on this we force the IP header alignment in network drivers. 103 - */ 104 - #define NET_IP_ALIGN 2 105 - 106 99 #endif /* _ASM_MICROBLAZE_SYSTEM_H */