Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog

* master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
[WATCHDOG] iTCO_wdt.c - fix ACPI Base register

+1 -1
+1 -1
drivers/char/watchdog/iTCO_wdt.c
··· 571 571 * ACPIBASE is bits [15:7] from 0x40-0x43 572 572 */ 573 573 pci_read_config_dword(pdev, 0x40, &base_address); 574 - base_address &= 0x00007f80; 574 + base_address &= 0x0000ff80; 575 575 if (base_address == 0x00000000) { 576 576 /* Something's wrong here, ACPIBASE has to be set */ 577 577 printk(KERN_ERR PFX "failed to get TCOBASE address\n");