Skip to content

Commit

Permalink
g/c now-unused bmk_membase
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 22, 2015
1 parent 62c5935 commit 0bf82e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platform/hw/include/bmk/kernel.h
Expand Up @@ -4,7 +4,7 @@

#include <bmk/types.h>

extern unsigned long bmk_memsize, bmk_membase;
extern unsigned long bmk_memsize;

#define round_page(x) (((x) + (PAGE_SIZE-1)) & ~(PAGE_SIZE-1))
#define trunc_page(x) ((x) & ~(PAGE_SIZE-1))
Expand Down
1 change: 0 additions & 1 deletion platform/hw/kernel.c
Expand Up @@ -36,7 +36,6 @@
#include <bmk-core/queue.h>
#include <bmk-core/sched.h>

unsigned long bmk_membase;
unsigned long bmk_memsize;

unsigned long
Expand Down

0 comments on commit 0bf82e4

Please sign in to comment.