Skip to content

Commit

Permalink
microblaze: Remove NET_IP_ALIGN from system.h
Browse files Browse the repository at this point in the history
Use default value (which is the same) from
include/linux/skbuff.h.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Oct 14, 2011
1 parent c8ae8a8 commit 90fcf38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/microblaze/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,4 @@ extern struct dentry *of_debugfs_root;

#define arch_align_stack(x) (x)

/*
* MicroBlaze doesn't handle unaligned accesses in hardware.
*
* Based on this we force the IP header alignment in network drivers.
*/
#define NET_IP_ALIGN 2

#endif /* _ASM_MICROBLAZE_SYSTEM_H */

0 comments on commit 90fcf38

Please sign in to comment.