#ifndef __ASM_GENERIC_BUGS_H #define __ASM_GENERIC_BUGS_H /* * This file is included by 'init/main.c' to check for * architecture-dependent bugs. */ static inline void check_bugs(void) { } #endif /* __ASM_GENERIC_BUGS_H */ ternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/arch/powerpc/kernel/idle_power4.S?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/idle_power4.S
AgeCommit message (Expand)Author
2012-03-16powerpc: Fix power4/970 idle code regression with lockdepBenjamin Herrenschmidt
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt
2011-04-01powerpc/pmac/smp: Properly NAP offlined CPU on G5Benjamin Herrenschmidt