mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-03 12:24:45 +08:00
51c870a2d8
(Thanks to Al Viro for reminding me of this, via Ingo)
CPU_MASK_ALL is the (deprecated) "all bits set" cpumask, defined as so:
#define CPU_MASK_ALL (cpumask_t) { { ... } }
Taking the address of such a temporary is questionable at best,
unfortunately
|
||
---|---|---|
.. | ||
clocks.c | ||
dbdma.c | ||
dma.c | ||
gpiolib-au1000.c | ||
irq.c | ||
Makefile | ||
pci.c | ||
platform.c | ||
power.c | ||
prom.c | ||
puts.c | ||
reset.c | ||
setup.c | ||
sleeper.S | ||
time.c |