From 4813ceb154c194395dda8c6817e1f06c000470d2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 9 Jan 2013 08:43:53 +0000 Subject: mini-os: Notify shutdown through weak function call instead of wake queue To allow for more flexibility, this notifies domain shutdown through a function rather than a wake queue, to let the application use a wake queue only if it wishes. Signed-off-by: Samuel Thibault Committed-by: Keir Fraser --- extras/mini-os/include/kernel.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'extras/mini-os/include') diff --git a/extras/mini-os/include/kernel.h b/extras/mini-os/include/kernel.h index 78692e6c12..b36f172ed8 100644 --- a/extras/mini-os/include/kernel.h +++ b/extras/mini-os/include/kernel.h @@ -1,9 +1,6 @@ #ifndef _KERNEL_H_ #define _KERNEL_H_ -extern unsigned int do_shutdown; -extern unsigned int shutdown_reason; -extern struct wait_queue_head shutdown_queue; extern void do_exit(void) __attribute__((noreturn)); extern void stop_kernel(void); -- cgit v1.2.3