Commit e9090320 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
parent 23c4ceaf
...@@ -33,14 +33,6 @@ ...@@ -33,14 +33,6 @@
#include <asm/vdso_datapage.h> #include <asm/vdso_datapage.h>
#include <asm/setup.h> #include <asm/setup.h>
#undef DEBUG
#ifdef DEBUG
#define DBG(fmt...) printk(fmt)
#else
#define DBG(fmt...)
#endif
/* The alignment of the vDSO */ /* The alignment of the vDSO */
#define VDSO_ALIGNMENT (1 << 16) #define VDSO_ALIGNMENT (1 << 16)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment