Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e02f3873 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: align the start and end of v7_setup_stack to cache line"

parents cdc98813 53676174
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <asm/pgtable-hwdef.h>
#include <asm/pgtable.h>
#include <asm/memory.h>
#include <asm/cache.h>

#include "proc-macros.S"

@@ -548,10 +549,10 @@ __v7_setup_stack_ptr:
ENDPROC(__v7_setup)

	.bss
	.align	2
	.align	L1_CACHE_SHIFT
__v7_setup_stack:
	.space	4 * 7				@ 7 registers

	.align	L1_CACHE_SHIFT
	__INITDATA

	.weak cpu_v7_bugs_init