diff options
Diffstat (limited to 'ioapic.c')
-rw-r--r-- | ioapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #define REG_TABLE 0x10 // Redirection table base // The redirection table starts at REG_TABLE and uses -// two registers to configure each interrupt. +// two registers to configure each interrupt. // The first (low) register in a pair contains configuration bits. // The second (high) register contains a bitmask telling which // CPUs can serve that interrupt. |