| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Thu, 21 Jul 2005 16:36:37 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/07/21 16:36:30
Modified files:
include/asm-mips: reg.h
Log message:
#ifdef looks better than #if. :-)
diff -urN linux/include/asm-mips/reg.h linux/include/asm-mips/reg.h
--- linux/include/asm-mips/reg.h 2005/07/14 12:05:09 1.6
+++ linux/include/asm-mips/reg.h 2005/07/21 15:36:30 1.7
@@ -70,7 +70,7 @@
#endif
-#if CONFIG_64BIT
+#ifdef CONFIG_64BIT
#define EF_R0 0
#define EF_R1 1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |