diff options
author | Michal Simek <monstr@monstr.eu> | 2011-10-02 03:12:37 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-10-14 06:24:33 -0400 |
commit | 90fcf383636f452ab027656e4fb7e95c79aa878c (patch) | |
tree | 3a5dafd0f316b6e9dac6b3e40e1e0fe0986b626b | |
parent | c8ae8a820880cf8bf3588752ac0ded6d4d218d50 (diff) |
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>
-rw-r--r-- | arch/microblaze/include/asm/system.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/microblaze/include/asm/system.h b/arch/microblaze/include/asm/system.h index e6a2284571dc..0953d1425d5b 100644 --- a/arch/microblaze/include/asm/system.h +++ b/arch/microblaze/include/asm/system.h | |||
@@ -96,11 +96,4 @@ extern struct dentry *of_debugfs_root; | |||
96 | 96 | ||
97 | #define arch_align_stack(x) (x) | 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 | #endif /* _ASM_MICROBLAZE_SYSTEM_H */ | 99 | #endif /* _ASM_MICROBLAZE_SYSTEM_H */ |