Skip to content

Commit

Permalink
Merge pull request #2 from tgexpress/own
Browse files Browse the repository at this point in the history
Own
  • Loading branch information
tgexpress authored Mar 29, 2017
2 parents 328e516 + dab313c commit 63e1b83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-sunxi/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

#include <asm/mach/arch.h>

static const char * const sunxi_board_dt_tet[]{
void test;
char abc;
};

static const char * const sunxi_board_dt_compat[] = {
"allwinner,sun4i-a10",
"allwinner,sun5i-a10s",
Expand Down
3 changes: 3 additions & 0 deletions include/asm-generic/4level-fixup.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#define __ARCH_HAS_4LEVEL_HACK
#define __PAGETABLE_PUD_FOLDED

#define __test__
#define __this is a test__

#define PUD_SHIFT PGDIR_SHIFT
#define PUD_SIZE PGDIR_SIZE
#define PUD_MASK PGDIR_MASK
Expand Down

0 comments on commit 63e1b83

Please sign in to comment.