PIRQ tables: Fix typos

Change-Id: I4d8abe3841378e06515e1b3a8f22d78425d08449
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6109
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Kyösti Mälkki 2014-06-26 05:30:54 +03:00
parent 0b4b230163
commit 9533d836d7
65 changed files with 65 additions and 65 deletions

View File

@ -194,7 +194,7 @@ unsigned long copy_pirq_routing_table(unsigned long addr, const struct irq_routi
/* Align the table to be 16 byte aligned. */
addr = ALIGN(addr, 16);
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Copying Interrupt Routing Table to 0x%08lx... ", addr);
memcpy((void *)addr, routing_table, routing_table->size);
printk(BIOS_INFO, "done.\n");

View File

@ -64,7 +64,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -64,7 +64,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -66,7 +66,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -63,7 +63,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -63,7 +63,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -57,7 +57,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -69,7 +69,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -63,7 +63,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -68,7 +68,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -63,7 +63,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -77,7 +77,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000. */
/* This table must be between 0xf0000 & 0x100000. */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -62,7 +62,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -64,7 +64,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -64,7 +64,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -58,7 +58,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -73,7 +73,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -73,7 +73,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -48,7 +48,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -62,7 +62,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -57,7 +57,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -87,7 +87,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 and 0x100000. */
/* This table must be between 0xf0000 and 0x100000. */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -81,7 +81,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -78,7 +78,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -75,7 +75,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -75,7 +75,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -88,7 +88,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -74,7 +74,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -74,7 +74,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -66,7 +66,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -57,7 +57,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -157,7 +157,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...\n", addr);
pirq = (void *)(addr);

View File

@ -60,7 +60,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -65,7 +65,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -63,7 +63,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -71,7 +71,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -75,7 +75,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -75,7 +75,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -67,7 +67,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);

View File

@ -56,7 +56,7 @@ unsigned long write_pirq_routing_table(unsigned long addr)
addr += 15;
addr &= ~15;
/* This table must be betweeen 0xf0000 & 0x100000 */
/* This table must be between 0xf0000 & 0x100000 */
printk(BIOS_INFO, "Writing IRQ routing tables to 0x%lx...", addr);
pirq = (void *)(addr);