For the sake of clarity, get rid of negative INR for virtual interrupts.
commit5f9b4d9af46404a0fa7382a0a6d74b1fbf1e2334
authorJakub Jermar <jakub@jermar.eu>
Mon, 16 Oct 2006 21:09:25 +0000 (16 21:09 +0000)
committerJakub Jermar <jakub@jermar.eu>
Mon, 16 Oct 2006 21:09:25 +0000 (16 21:09 +0000)
treebf94f31c692dbfb729becf489bb833cb1565997e
parent2b017ba3f7b12c023121e41aca02b7d6bf2bdade
For the sake of clarity, get rid of negative INR for virtual interrupts.
This way, the code can hurt performance on systems where the non-negative klog INR overlaps
with a frequently used INR such as system clock on amd64 and ia32.
kernel/generic/include/ipc/irq.h
kernel/generic/src/console/klog.c