arch/arm/mach-shmobile/common.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-shmobile/common.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-shmobile/common.h
Extension
.h
Size
1360 bytes
Lines
40
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline int shmobile_suspend_init(void) { return 0; }
static inline void shmobile_smp_apmu_suspend_init(void) { }
#endif

static inline void __init shmobile_init_late(void)
{
	shmobile_suspend_init();
}

#endif /* __ARCH_MACH_COMMON_H */

Annotation

Implementation Notes