_ _ _ _ _ _ _ _ _ _ _ _ _
#ifdef __SMP__ #error "Me no hablo Alpha SMP" #else #define irq_enter(cpu, irq) (++local_irq_count[cpu]) #define irq_exit(cpu, irq) (--local_irq_count[cpu]) #endif -from kernel 2.1.90, arch/alpha/kernel/irc.c
_ _ _ _ _ _ _ _ _ _ _ _ _
^__^ /
(oo)\_______/ _________
(__)\ )=( ____|_ \_____
||----w | \ \ \_____ |
|| || || ||
find . -type f -exec ls -s {} ; | sort -n | head -5