diff options
| author | Yasunori Goto <[email protected]> | 2006-12-22 01:09:54 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-22 08:55:49 -0800 |
| commit | 5c95da9f5abeff865b7273b59e1a3c50a2c5acb2 (patch) | |
| tree | 90887812982511b7bb48bcbfed8bdc0c40140a5d /include/linux | |
| parent | 561ccd3a97867ed33e1670feeca3391cd4d6fa2c (diff) | |
[PATCH] compile error of register_memory()
register_memory() becomes double definition in 2.6.20-rc1. It is defined
in arch/i386/kernel/setup.c as static definition in 2.6.19. But it is
moved to arch/i386/kernel/e820.c in 2.6.20-rc1. And same name function is
defined in driver/base/memory.c too. So, it becomes cause of compile error
of duplicate definition if memory hotplug option is on.
Signed-off-by: Yasunori Goto <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions