Skip to content

Commit 63e1b83

Browse files
authored
Merge pull request #2 from tgexpress/own
Own
2 parents 328e516 + dab313c commit 63e1b83

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/mach-sunxi/sunxi.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
#include <asm/mach/arch.h>
1919

20+
static const char * const sunxi_board_dt_tet[]{
21+
void test;
22+
char abc;
23+
};
24+
2025
static const char * const sunxi_board_dt_compat[] = {
2126
"allwinner,sun4i-a10",
2227
"allwinner,sun5i-a10s",

include/asm-generic/4level-fixup.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#define __ARCH_HAS_4LEVEL_HACK
55
#define __PAGETABLE_PUD_FOLDED
66

7+
#define __test__
8+
#define __this is a test__
9+
710
#define PUD_SHIFT PGDIR_SHIFT
811
#define PUD_SIZE PGDIR_SIZE
912
#define PUD_MASK PGDIR_MASK

0 commit comments

Comments
 (0)