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:
fb425d0
)
m68k: Remove unnecessary m68k_memoffset export and init
author
Roman Zippel
<
[email protected]
>
Wed, 22 Aug 2007 21:01:31 +0000
(14:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 23 Aug 2007 02:52:45 +0000
(19:52 -0700)
Remove an unnecessary m68k_memoffset export and initialization
Signed-off-by: Roman Zippel <
[email protected]
>
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/m68k/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/m68k/kernel/setup.c
b/arch/m68k/kernel/setup.c
index 7e6d5fb75390e7a92b5c438c6b0059e03e2e432e..ed3a4caec6209dfc5f73b3bf4561b222801d7a6b 100644
(file)
--- a/
arch/m68k/kernel/setup.c
+++ b/
arch/m68k/kernel/setup.c
@@
-62,7
+62,6
@@
EXPORT_SYMBOL(m68k_num_memory);
int m68k_realnum_memory;
EXPORT_SYMBOL(m68k_realnum_memory);
unsigned long m68k_memoffset;
-EXPORT_SYMBOL(m68k_memoffset);
struct mem_info m68k_memory[NUM_MEMINFO];
EXPORT_SYMBOL(m68k_memory);
@@
-200,7
+199,6
@@
static void __init m68k_parse_bootinfo(const struct bi_record *record)
(m68k_num_memory - 1));
m68k_num_memory = 1;
}
- m68k_memoffset = m68k_memory[0].addr-PAGE_OFFSET;
#endif
}