projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af7687
)
powerpc: remove unused __page_aligned definition.
author
Tim Abbott
<
[email protected]
>
Sat, 20 Feb 2010 00:03:36 +0000
(
01:03
+0100)
committer
Michal Marek
<
[email protected]
>
Wed, 3 Mar 2010 10:25:58 +0000
(11:25 +0100)
There is already an architecture-independent __page_aligned_data macro
for this purpose, so removing the powerpc-specific macro should be
harmless.
Signed-off-by: Tim Abbott <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: Sam Ravnborg <
[email protected]
>
Signed-off-by: Denys Vlasenko <
[email protected]
>
Signed-off-by: Michal Marek <
[email protected]
>
arch/powerpc/include/asm/page_64.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/page_64.h
b/arch/powerpc/include/asm/page_64.h
index bfc4e027e2adf75640e99cd4c35555fc2834f3d8..358ff14ea25ed2d917f442576dba3ac841a1f9b5 100644
(file)
--- a/
arch/powerpc/include/asm/page_64.h
+++ b/
arch/powerpc/include/asm/page_64.h
@@
-162,14
+162,6
@@
do { \
#endif /* !CONFIG_HUGETLB_PAGE */
-#ifdef MODULE
-#define __page_aligned __attribute__((__aligned__(PAGE_SIZE)))
-#else
-#define __page_aligned \
- __attribute__((__aligned__(PAGE_SIZE), \
- __section__(".data.page_aligned")))
-#endif
-
#define VM_DATA_DEFAULT_FLAGS \
(test_thread_flag(TIF_32BIT) ? \
VM_DATA_DEFAULT_FLAGS32 : VM_DATA_DEFAULT_FLAGS64)