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

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

Merge "arm64: Add padding to thread_info structure"

parents cc1d2d5c f394227d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,7 @@ typedef unsigned long mm_segment_t;
 */
 */
struct thread_info {
struct thread_info {
	unsigned long		flags;		/* low level flags */
	unsigned long		flags;		/* low level flags */
	unsigned long		padding[7];
	mm_segment_t		addr_limit;	/* address limit */
	mm_segment_t		addr_limit;	/* address limit */
#ifdef CONFIG_ARM64_SW_TTBR0_PAN
#ifdef CONFIG_ARM64_SW_TTBR0_PAN
	u64			ttbr0;		/* saved TTBR0_EL1 */
	u64			ttbr0;		/* saved TTBR0_EL1 */