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

Configure Feed

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

at v4.0 11 lines 161 B view raw
1#ifdef __ASSEMBLY__ 2 3/* do nothing here by default */ 4 5#else /* __ASSEMBLY__ */ 6 7static inline void mmcif_update_progress(int nr) 8{ 9} 10 11#endif /* __ASSEMBLY__ */