Discussion:
[PATCH] m68k: Remove unneeded FIXME message in sun3_pgalloc.h
Nicholas Krause
2014-07-17 02:13:37 UTC
Permalink
This removes a FIX ME message due to this file not compiling.
Now that this message is no longer needed I am removing it
from sun3_pgalloc.h.

Signed-off-by: Nicholas Krause <***@gmail.com>
---
arch/m68k/include/asm/sun3_pgalloc.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
index f868506..66644f3 100644
--- a/arch/m68k/include/asm/sun3_pgalloc.h
+++ b/arch/m68k/include/asm/sun3_pgalloc.h
@@ -12,8 +12,6 @@

#include <asm/tlb.h>

-/* FIXME - when we get this compiling */
-/* erm, now that it's compiling, what do we do with it? */
#define _KERNPG_TABLE 0

extern const char bad_pmd_string[];
--
1.9.1
Loading...