Skip to content

Commit

Permalink
Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump…
Browse files Browse the repository at this point in the history
…', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core
  • Loading branch information
Ingo Molnar committed Feb 13, 2009
8 parents 881c477 + 8e1568f + 063f891 + f5deb79 + 2c344e9 + bd28242 + d88316c + 39ba5d4 commit a56cdcb
Show file tree
Hide file tree
Showing 38 changed files with 1,283 additions and 788 deletions.
4 changes: 4 additions & 0 deletions arch/ia64/kernel/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ char *__init __acpi_map_table(unsigned long phys_addr, unsigned long size)
return __va(phys_addr);
}

char *__init __acpi_unmap_table(unsigned long virt_addr, unsigned long size)
{
}

/* --------------------------------------------------------------------------
Boot-time Table Parsing
-------------------------------------------------------------------------- */
Expand Down
Loading

0 comments on commit a56cdcb

Please sign in to comment.