Commit 770360b7 authored by Yuntao Liu's avatar Yuntao Liu
Browse files

kabi: reserve space for processor.h

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I8X87C



--------------------------------

reserve space for processor.h

Signed-off-by: default avatarYuntao Liu <liuyuntao12@huawei.com>
parent bc51014d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
#include <asm/ptrace.h>
#include <asm/spectre.h>
#include <asm/types.h>
#include <linux/kabi.h>

/*
 * TASK_SIZE - the maximum size of a user space task.
@@ -187,6 +188,14 @@ struct thread_struct {
	u64			sctlr_user;
	u64			svcr;
	u64			tpidr2_el0;
	KABI_RESERVE(1)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)
};

static inline unsigned int thread_get_vl(struct thread_struct *thread,