Deleted debug flags & al.

This commit is contained in:
Naoki Hamada
2014-07-18 15:45:40 +09:00
parent 6c3d901069
commit cb61739c2b
3 changed files with 2 additions and 6 deletions

View File

@@ -35,8 +35,6 @@
#include <asm/io.h> #include <asm/io.h>
#include "mcctrl.h" #include "mcctrl.h"
#define DEBUG 1
#ifdef DEBUG #ifdef DEBUG
#define dprintk printk #define dprintk printk
#else #else

View File

@@ -46,7 +46,7 @@
#define ALIGN_WAIT_BUF(z) (((z + 63) >> 6) << 6) #define ALIGN_WAIT_BUF(z) (((z + 63) >> 6) << 6)
#define SC_DEBUG //#define SC_DEBUG
#ifdef SC_DEBUG #ifdef SC_DEBUG
#define dprintk(...) printk(__VA_ARGS__) #define dprintk(...) printk(__VA_ARGS__)
@@ -1158,8 +1158,6 @@ static void clear_pte_range(uintptr_t start, uintptr_t len)
return; return;
} }
/* xxx */
static int writecore(ihk_os_t os, unsigned long rcoretable, int chunks) { static int writecore(ihk_os_t os, unsigned long rcoretable, int chunks) {
struct file *file; struct file *file;
struct coretable *coretable; struct coretable *coretable;

View File

@@ -34,7 +34,7 @@
#include <cls.h> #include <cls.h>
#include <page.h> #include <page.h>
#define DEBUG_PRINT_MEM //#define DEBUG_PRINT_MEM
#ifdef DEBUG_PRINT_MEM #ifdef DEBUG_PRINT_MEM
#define dkprintf(...) kprintf(__VA_ARGS__) #define dkprintf(...) kprintf(__VA_ARGS__)