projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bc0414
)
[PATCH] x86_64: Replace cpu_pda extern with include
author
Andi Kleen
<ak@suse.de>
Sat, 5 Nov 2005 16:25:53 +0000
(17:25 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 15 Nov 2005 03:55:15 +0000
(19:55 -0800)
Minor cleanup - remove obsolete extern
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/mm/init.c
b/arch/x86_64/mm/init.c
index 489e18df1fe990159f3ef2c7b34af4967dbe1004..63f192cd7c1cd60c50bbb68678470733237d4171 100644
(file)
--- a/
arch/x86_64/mm/init.c
+++ b/
arch/x86_64/mm/init.c
@@
-306,8
+306,6
@@
void __init init_memory_mapping(unsigned long start, unsigned long end)
table_end<<PAGE_SHIFT);
}
-extern struct x8664_pda cpu_pda[NR_CPUS];
-
void __cpuinit zap_low_mappings(int cpu)
{
if (cpu == 0) {