|
@@ -36,11 +36,6 @@
|
|
#include <asm/mmu_context.h>
|
|
#include <asm/mmu_context.h>
|
|
#include "internal.h"
|
|
#include "internal.h"
|
|
|
|
|
|
-static inline __attribute__((format(printf, 1, 2)))
|
|
|
|
-void no_printk(const char *fmt, ...)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#if 0
|
|
#if 0
|
|
#define kenter(FMT, ...) \
|
|
#define kenter(FMT, ...) \
|
|
printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__)
|
|
printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__)
|