- unified CONFIG_ARCH_X86 macros

This commit is contained in:
Jan Stoess 2007-11-09 15:19:50 +01:00
parent 2f4aad17b7
commit 908286576f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*********************************************************************
*
* Copyright (C) 2002-2004, Karlsruhe University
* Copyright (C) 2002-2004, 2007, Karlsruhe University
*
* File path: kdb/generic/linear_ptab_dump.cc
* Description: Linear page table dump
@ -41,7 +41,7 @@
void get_ptab_dump_ranges (addr_t * vaddr, word_t * num,
pgent_t::pgsize_e * max_size);
#if !defined(CONFIG_ARCH_IA32) && !defined(CONFIG_ARCH_AMD64)
#if !defined(CONFIG_ARCH_X86)
void get_ptab_dump_ranges (addr_t * vaddr, word_t * num,
pgent_t::pgsize_e * max_size)
{