]> Zhao Yanbai Git Server - minix.git/commit
SMP - CPU local idle stub
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:21 +0000 (14:10 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:10:21 +0000 (14:10 +0000)
commit865e21b884e8d2f2c93f7a0b93cae62c36ba7f0d
treedd28484ded84e30cfd606177c8605c7a9b382a8e
parentfac5fbfdbfcc17bd630b82a0931426801fefcfdf
SMP - CPU local idle stub

- each CPU has its own pseudo idle process and its structure

- idle cycles accounting is agregated when exporting to userspace
kernel/arch/i386/arch_smp.c
kernel/cpulocals.h
kernel/proc.c
kernel/system/do_getinfo.c