projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b52b44
)
[POWERPC] Update lmb.h include protection to ASM_POWERPC
author
Becky Bruce
<becky.bruce@freescale.com>
Tue, 14 Aug 2007 18:45:44 +0000
(
04:45
+1000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 17 Aug 2007 01:01:58 +0000
(11:01 +1000)
This file was protected by _PPC64_LMB_H, which is confusing, as the
32-bit code also uses the lmb these days. Changed to
_ASM_POWERPC_LMB_H.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/lmb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/lmb.h
b/include/asm-powerpc/lmb.h
index 0c5880f702254338d0dee571b17a64a5fdbe99c4..b5f9f4c9c2940e0f2b1ac4b4a9e200e6f9810c5a 100644
(file)
--- a/
include/asm-powerpc/lmb.h
+++ b/
include/asm-powerpc/lmb.h
@@
-1,5
+1,5
@@
-#ifndef _
PPC64
_LMB_H
-#define _
PPC64
_LMB_H
+#ifndef _
ASM_POWERPC
_LMB_H
+#define _
ASM_POWERPC
_LMB_H
#ifdef __KERNEL__
/*
@@
-77,4
+77,4
@@
lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
}
#endif /* __KERNEL__ */
-#endif /* _
PPC64
_LMB_H */
+#endif /* _
ASM_POWERPC
_LMB_H */