mirror of
https://github.com/torvalds/linux.git
synced 2026-08-10 09:27:36 +02:00
Fix a build error on CONFIG_UML, which does not support (provide)
wbinvd(). UML can use the generic mb() instead.
../drivers/gpu/drm/r128/ati_pcigart.c: In function ‘drm_ati_pcigart_init’:
../drivers/gpu/drm/r128/ati_pcigart.c:218:2: error: implicit declaration of function ‘wbinvd’ [-Werror=implicit-function-declaration]
wbinvd();
^~~~~~
Fixes:
|
||
|---|---|---|
| .. | ||
| ati_pcigart.c | ||
| ati_pcigart.h | ||
| Makefile | ||
| r128_cce.c | ||
| r128_drv.c | ||
| r128_drv.h | ||
| r128_ioc32.c | ||
| r128_irq.c | ||
| r128_state.c | ||