Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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