Deleted debug flags & al.
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#include <asm/io.h>
|
||||
#include "mcctrl.h"
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
#ifdef DEBUG
|
||||
#define dprintk printk
|
||||
#else
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user