]> Zhao Yanbai Git Server - minix.git/commit
Use bitwise not instead of logical not on PIE flag when disabling periodic
authorBen Gras <ben@minix3.org>
Fri, 12 Jan 2007 16:33:41 +0000 (16:33 +0000)
committerBen Gras <ben@minix3.org>
Fri, 12 Jan 2007 16:33:41 +0000 (16:33 +0000)
commitf65b3b8fbf47e2afee9dcbc1821333c27e9504aa
treee4904e268a83b4b9b4001ec70fb1aedc25fc9bbd
parentb01aff70d26031dc5f7b6874be8c38379cdf3f80
Use bitwise not instead of logical not on PIE flag when disabling periodic
interrupts to avoid clobbering register B. This seems to have fixed the
corrupting-CMOS bug when enabling profiling.
kernel/arch/i386/system.c