Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.13 12 lines 165 B view raw
1static inline int arch_prepare_suspend(void) 2{ 3 return 0; 4} 5 6static inline void save_processor_state(void) 7{ 8} 9 10static inline void restore_processor_state(void) 11{ 12}