Bug 6538
| Summary: | memory.c:(.text+0x4cb21): undefined reference to `remove_memory' | ||
|---|---|---|---|
| Product: | Drivers | Reporter: | Toralf Förster (toralf.foerster) |
| Component: | Other | Assignee: | drivers_other |
| Status: | CLOSED CODE_FIX | ||
| Severity: | low | CC: | nacc |
| Priority: | P2 | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Kernel Version: | 2.6.17-rc4 | Subsystem: | |
| Regression: | --- | Bisected commit-id: | |
| Attachments: |
kernel config
make log fix hotplug build beter fix, maybe? |
||
|
Description
Toralf Förster
2006-05-12 12:09:59 UTC
Created attachment 8098 [details]
kernel config
Created attachment 8099 [details]
make log
Created attachment 8102 [details]
fix hotplug build
Does the attached patch fix it for you?
Thanks,
Nish
Created attachment 8105 [details]
beter fix, maybe?
There is a typo in the file, it's CONFIG_MEMORY_HOTPLUG, not
CONFIG_HOTPLUG_MEMORY, see if this fixes it, please?
right, with the better fix it compiles fine :-) Great, thanks for the test, I have submitted the patch to mainline. Thanks, Nish |