From 75c47c425e99faa6180b738aa67828bd41df7815 Mon Sep 17 00:00:00 2001 From: Dietmar Eggemann Date: Thu, 15 Mar 2012 13:00:25 +0000 Subject: Hotplug: Add cpu hotplug support to the virtualizer. This patch introduce the mechanics to be able to hotplug individual cpus as well as bringing them out of hotplug in coexistence with the cluster switching functionality of the virtualizer. Signed-off-by: Dietmar Eggemann --- big-little/include/events.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'big-little/include/events.h') diff --git a/big-little/include/events.h b/big-little/include/events.h index abebaa9..dc0025d 100644 --- a/big-little/include/events.h +++ b/big-little/include/events.h @@ -62,11 +62,10 @@ #define VID_REGS_DONE 11 /* Defines for Secure events */ -#define MAX_SEC_EVENTS 4 +#define MAX_SEC_EVENTS 3 #define SEC_L1_DONE 0 -#define OB_SHUTDOWN 1 -#define FLUSH_L2 2 -#define SETUP_RST 3 +#define FLUSH_L2 1 +#define SETUP_RST 2 extern void set_event(unsigned, unsigned); -- cgit v1.2.3