projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ae8a8
)
microblaze: Remove NET_IP_ALIGN from system.h
author
Michal Simek
<monstr@monstr.eu>
Sun, 2 Oct 2011 07:12:37 +0000
(09:12 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Fri, 14 Oct 2011 10:24:33 +0000
(12:24 +0200)
Use default value (which is the same) from
include/linux/skbuff.h.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/system.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/system.h
b/arch/microblaze/include/asm/system.h
index e6a2284571dcfc46646582d4a5327e1797887011..0953d1425d5b3130db47019959cad56b1fac7613 100644
(file)
--- a/
arch/microblaze/include/asm/system.h
+++ b/
arch/microblaze/include/asm/system.h
@@
-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 */