diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 12:59:30 +0100 | 
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 10:00:22 +0100 | 
| commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
| tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/include/asm/cacheops.h | |
| parent | 405ab01c70e18058d9c01a1256769a61fc65413e (diff) | |
| download | olio-linux-3.10-7034228792cc561e79ff8600f02884bd4c80e287.tar.xz olio-linux-3.10-7034228792cc561e79ff8600f02884bd4c80e287.zip  | |
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/cacheops.h')
| -rw-r--r-- | arch/mips/include/asm/cacheops.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/include/asm/cacheops.h b/arch/mips/include/asm/cacheops.h index 8f99c11ab66..68f37e3eccc 100644 --- a/arch/mips/include/asm/cacheops.h +++ b/arch/mips/include/asm/cacheops.h @@ -8,20 +8,20 @@   * (C) Copyright 1996, 97, 99, 2002, 03 Ralf Baechle   * (C) Copyright 1999 Silicon Graphics, Inc.   */ -#ifndef	__ASM_CACHEOPS_H -#define	__ASM_CACHEOPS_H +#ifndef __ASM_CACHEOPS_H +#define __ASM_CACHEOPS_H  /*   * Cache Operations available on all MIPS processors with R4000-style caches   */ -#define Index_Invalidate_I      0x00 -#define Index_Writeback_Inv_D   0x01 +#define Index_Invalidate_I	0x00 +#define Index_Writeback_Inv_D	0x01  #define Index_Load_Tag_I	0x04  #define Index_Load_Tag_D	0x05  #define Index_Store_Tag_I	0x08  #define Index_Store_Tag_D	0x09  #if defined(CONFIG_CPU_LOONGSON2) -#define Hit_Invalidate_I    	0x00 +#define Hit_Invalidate_I	0x00  #else  #define Hit_Invalidate_I	0x10  #endif @@ -39,8 +39,8 @@  /*   * R4000SC and R4400SC-specific cacheops   */ -#define Index_Invalidate_SI     0x02 -#define Index_Writeback_Inv_SD  0x03 +#define Index_Invalidate_SI	0x02 +#define Index_Writeback_Inv_SD	0x03  #define Index_Load_Tag_SI	0x06  #define Index_Load_Tag_SD	0x07  #define Index_Store_Tag_SI	0x0A  |