aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-18 14:46:29 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-18 14:46:29 +0000
commit60b6be9ccdd46b8cbddf1d96a89b4e6239248ee9 (patch)
treeb477b901498e1f22504ea55339680079600767d6 /xen/include/xen/console.h
parent82eefd80489f629cde550047982bece346aca22e (diff)
downloadxen-60b6be9ccdd46b8cbddf1d96a89b4e6239248ee9.tar.gz
xen-60b6be9ccdd46b8cbddf1d96a89b4e6239248ee9.tar.bz2
xen-60b6be9ccdd46b8cbddf1d96a89b4e6239248ee9.zip
bitkeeper revision 1.982 (40d300456_XUbFFOMxRh4MjyB7AfJA)
Hacked the scheduler interfaces in Xen. We now have synchronous pause. Suspend/death VIRQs have gone away; replace by dom-controller msgs. Xen no longer knows about PS/2 keyboard/mouse; DOM0 can go straight at them.
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index a89dde7b2f..2a30ef1231 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -2,8 +2,6 @@
* xen/console.h
*
* Xen header file concerning console access.
- *
- * Copyright (c) 2003 James Scott, Intel Research Cambridge
*/
#ifndef __CONSOLE_H__
@@ -13,13 +11,6 @@
extern spinlock_t console_lock;
-/*
- * Ownership of console --- currently hardwired to dom0. This is used to see
- * who gets the PS/2 keyboard/mouse events
- */
-#define CONSOLE_ISOWNER(p) (p->domain == 0)
-#define CONSOLE_OWNER (find_domain_by_id(0))
-
void set_printk_prefix(const char *prefix);
#define CONSOLE_RING_CLEAR 1