aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-04-08 02:28:28 -0400
committerDavid S. Miller <davem@davemloft.net>2010-04-08 02:28:28 -0400
commit4d8dc679084d8dd7b81b2ae245844246deb0759c (patch)
tree1cac100df1e9cb8e569abc87bf39fa311da76e26 /arch
parent97f8aefbbfb5aa5c9944e5fa8149f1fdaf71c7b6 (diff)
Revert "Add non-Virtex5 support for LL TEMAC driver"
This reverts commit 459569145516f7967b916c57445feb02c600668c. Uses virt_to_bus() and breaks the build. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/include/asm/system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/microblaze/include/asm/system.h b/arch/microblaze/include/asm/system.h
index 48c4f0335e3f..59efb3fef957 100644
--- a/arch/microblaze/include/asm/system.h
+++ b/arch/microblaze/include/asm/system.h
@@ -12,7 +12,6 @@
12#include <asm/registers.h> 12#include <asm/registers.h>
13#include <asm/setup.h> 13#include <asm/setup.h>
14#include <asm/irqflags.h> 14#include <asm/irqflags.h>
15#include <asm/cache.h>
16 15
17#include <asm-generic/cmpxchg.h> 16#include <asm-generic/cmpxchg.h>
18#include <asm-generic/cmpxchg-local.h> 17#include <asm-generic/cmpxchg-local.h>
@@ -97,14 +96,4 @@ extern struct dentry *of_debugfs_root;
97 96
98#define arch_align_stack(x) (x) 97#define arch_align_stack(x) (x)
99 98
100/*
101 * MicroBlaze doesn't handle unaligned accesses in hardware.
102 *
103 * Based on this we force the IP header alignment in network drivers.
104 * We also modify NET_SKB_PAD to be a cacheline in size, thus maintaining
105 * cacheline alignment of buffers.
106 */
107#define NET_IP_ALIGN 2
108#define NET_SKB_PAD L1_CACHE_BYTES
109
110#endif /* _ASM_MICROBLAZE_SYSTEM_H */ 99#endif /* _ASM_MICROBLAZE_SYSTEM_H */