Bug 54051
| Summary: | Module compilation for kernel-BOOT | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Peter Bowen <pzbowen+rhbeta> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-09-27 19:26:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Peter Bowen
2001-09-26 17:10:45 UTC
This bug is caused by the fact that rhconfig.h only checks whether __MODULE_KERNEL_<arch> is defined, rather than also checking whether it is set to 1, as the checks for __BOOT_KERNEL_<type> do. Final notes: 1) it would be nice if the rhconfig.h was changed as noted above 2) the portable, proper defines are -D__BOOT_KERNEL_H_ -D__MODULE_KERNEL_i386=1 -D__BOOT_KERNEL_BOOT=1 if you add the __BOOT_KERNEL_H, then everything works correctly As there are appropriate defines, I am going to close this as NOTABUG |