aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@parisc-linux.org>2005-10-21 22:49:05 -0400
committerKyle McMartin <kyle@parisc-linux.org>2005-10-21 22:49:05 -0400
commit74d13f84a9905e02a025d952ced6abb2e064f1c1 (patch)
treef1ea8ccd5a19db2402ec85c48a136ebed2c31e6e /include/asm-parisc
parent[PARISC] Disable use of fpregs in pa_memcpy (diff)
downloadlinux-dev-74d13f84a9905e02a025d952ced6abb2e064f1c1.tar.xz
linux-dev-74d13f84a9905e02a025d952ced6abb2e064f1c1.zip
[PARISC] Fix compile warning in pci.h
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to '')
-rw-r--r--include/asm-parisc/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h
index d0b761f690b5..fa39d07d49e9 100644
--- a/include/asm-parisc/pci.h
+++ b/include/asm-parisc/pci.h
@@ -69,7 +69,7 @@ struct pci_hba_data {
#define PCI_PORT_HBA(a) ((a) >> HBA_PORT_SPACE_BITS)
#define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
-#if CONFIG_64BIT
+#ifdef CONFIG_64BIT
#define PCI_F_EXTEND 0xffffffff00000000UL
#define PCI_IS_LMMIO(hba,a) pci_is_lmmio(hba,a)