mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
6ebd4d038d
Traditionally for !CPU_CP15 read_cpuid and read_cpuid_ext returned the processor id independent of the parameter passed in. This is wrong of course but theoretically this doesn't harm because it's only called on machines having a cp15. Instead return 0 unconditionally which might make unused code paths be better optimizable and so smaller and warn about unexpected usage. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: 1359646587-1788-2-git-send-email-u.kleine-koenig@pengutronix.de |
||
---|---|---|
.. | ||
asm | ||
debug | ||
uapi/asm |