MIPS: Whitespace cleanup.
[deliverable/linux.git] / arch / mips / include / uapi / asm / cachectl.h
index f3ce721861d3859a2624669c1928cf4a91c1ca2f..2303909087734adbac1c35c2d778df3099a48eea 100644 (file)
@@ -5,15 +5,15 @@
  *
  * Copyright (C) 1994, 1995, 1996 by Ralf Baechle
  */
-#ifndef        _ASM_CACHECTL
-#define        _ASM_CACHECTL
+#ifndef _ASM_CACHECTL
+#define _ASM_CACHECTL
 
 /*
  * Options for cacheflush system call
  */
-#define        ICACHE  (1<<0)          /* flush instruction cache        */
-#define        DCACHE  (1<<1)          /* writeback and flush data cache */
-#define        BCACHE  (ICACHE|DCACHE) /* flush both caches              */
+#define ICACHE (1<<0)          /* flush instruction cache        */
+#define DCACHE (1<<1)          /* writeback and flush data cache */
+#define BCACHE (ICACHE|DCACHE) /* flush both caches              */
 
 /*
  * Caching modes for the cachectl(2) call
This page took 0.029601 seconds and 5 git commands to generate.