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:
04d1dd2
)
x86: fix alloc_bootmem_pages_node macro
author
Glauber de Oliveira Costa
<gcosta@redhat.com>
Wed, 19 Mar 2008 17:25:22 +0000
(14:25 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:00 +0000
(17:41 +0200)
missing a semicolon
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/mmzone_32.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/mmzone_32.h
b/include/asm-x86/mmzone_32.h
index 274a59566c45089d606e323262a08773883bb521..b9f5be2f603b44d572f9dbd03bd03ee55b1abc1c 100644
(file)
--- a/
include/asm-x86/mmzone_32.h
+++ b/
include/asm-x86/mmzone_32.h
@@
-129,7
+129,7
@@
static inline int pfn_valid(int pfn)
struct pglist_data __maybe_unused \
*__alloc_bootmem_node__pgdat = (pgdat); \
__alloc_bootmem_node(NODE_DATA(0), (x), PAGE_SIZE, \
- __pa(MAX_DMA_ADDRESS))
\
+ __pa(MAX_DMA_ADDRESS))
;
\
})
#define alloc_bootmem_low_pages_node(pgdat, x) \
({ \