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 "mcctrl.h"
#define DEBUG 1
#ifdef DEBUG
#define dprintk printk
#else

View File

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

View File

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