Bug 8097
Summary: | Build failure on SPARC64 in floppy.c (CONFIG_BLK_DEV_FD=y) | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Horst H. von Brand (vonbrand) |
Component: | Other | Assignee: | io_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21-rc1 (git c68644d) | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Config file for failed build |
Description
Horst H. von Brand
2007-02-27 09:02:27 UTC
Please attach your .config. Created attachment 10552 [details]
Config file for failed build
dma_spin_lock is used by macros defined in include/asm-sparc64/floppy.h, and it is defined in kernel/dma.c AFAICS, but that file was not compiled here (?) (no kernel/dma.o at any rate). kernel/Makefile contains: obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o this is surely wrong on a SPARCstation Ultra 1... Fixed in 2.6.21-rc3. |