remove some obviously obsolete definitions

This commit is contained in:
drochner 2008-07-02 19:18:52 +00:00
parent 16a991e560
commit 14071b7c24
2 changed files with 3 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vector.S,v 1.40 2008/06/27 00:41:39 gmcgarry Exp $ */
/* $NetBSD: vector.S,v 1.41 2008/07/02 19:18:52 drochner Exp $ */
/*
* Copyright 2002 (c) Wasabi Systems, Inc.
@ -65,7 +65,7 @@
*/
#include <machine/asm.h>
__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.40 2008/06/27 00:41:39 gmcgarry Exp $");
__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.41 2008/07/02 19:18:52 drochner Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@ -111,17 +111,6 @@ __KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.40 2008/06/27 00:41:39 gmcgarry Exp $")
#define MY_COUNT _C_LABEL(uvmexp)
/* XXX See comment in locore.s */
#ifdef __ELF__
#define XINTR(name,num) Xintr_/**/name/**/num
#define XSTRAY(name,num) Xstray_/**/name/**/num
#define XINTR_TSS(irq_num) Xintr_tss_ ## irq_num
#else
#define XINTR(name,num) _Xintr_/**/name/**/num
#define XSTRAY(name,num) _Xstray_/**/name/**/num
#define XINTR_TSS(irq_num) Xintr_tss_/**/irq_num
#endif
/*
* Store address of TSS in %eax, given a selector in %eax.
* Clobbers %eax, %ecx, %edx, but that's ok for its usage.

View File

@ -1,12 +1,8 @@
/* $NetBSD: pic.h,v 1.2 2005/12/11 12:19:48 christos Exp $ */
/* $NetBSD: pic.h,v 1.3 2008/07/02 19:18:52 drochner Exp $ */
#ifndef _XEN_PIC_H_
#define _XEN_PIC_H_
#include <x86/pic.h>
#define PIC_XEN 4
extern struct pic xen_pic;
#endif /* _XEN_PIC_H_ */