| Summary: | gs-sources-2.4.23_pre6-r1 fails making bzImage on vmscan.c | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Ruskin <aoyu93> |
| Component: | [OLD] Core system | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 1.4_rc4 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Peter Ruskin
2003-10-04 19:37:07 UTC
It's the mki-adapter code for Win4Lin support. If I disable Win4Lin this kernel builds. Compare /usr/src/linux-2.4.23_pre6-gss-r1/mm/vmscan.c: ll 330, 331 static int FASTCALL(swap_out(zone_t * classzone)); static int swap_out(zone_t * classzone) to /usr/src/linux-2.4.22_pre2-gss/mm/vmscan.c: ll 318, 319 static int FASTCALL(swap_out(unsigned int priority, unsigned int gfp_mask, zone_t * classzone)); static int swap_out(unsigned int priority, unsigned int gfp_mask, zone_t * classzone) ...but just after that, this mki call is the same for both: #ifdef CONFIG_MKI CALL_MKI_HOOK(MKI_HOOK_SWAP, (void *)priority, (void *)gfp_mask); #endif Maybe Richard Bass <rbass@netraverse.com> could provide a solution? check out bug # 30510 for the fix |