Skip to content

Commit

Permalink
Do cleanup according to Hajime's suggestions.
Browse files Browse the repository at this point in the history
Check here for details:
libos-nuse#44 (comment)
  • Loading branch information
jyizheng committed Sep 3, 2015
1 parent 93273fd commit 71adfe1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions arch/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ source "lib/Kconfig"
config SLIB
def_bool y

config INIT_DEBUG_ALWAYS
def_bool y

config HAVE_MEMBLOCK
def_bool y

Expand Down
1 change: 0 additions & 1 deletion arch/lib/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -653,4 +653,3 @@ CONFIG_NLATTR=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_ARCH_HAS_SG_CHAIN is not set

2 changes: 0 additions & 2 deletions arch/lib/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ struct mm_struct init_mm;

/* defined in sched.c, used in net/sched/em_meta.c */
unsigned long avenrun[3];
/* defined in mm/page_alloc.c */
//struct pglist_data __refdata contig_page_data;
/* defined in linux/mmzone.h mm/memory.c */
struct page *mem_map = 0;
/* used by sysinfo in kernel/timer.c */
Expand Down

0 comments on commit 71adfe1

Please sign in to comment.