diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2013-09-06 22:17:02 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2013-09-06 22:17:02 +0000 |
| commit | e44af46e4cbb532b2cf99840a4a78576fedbf753 (patch) | |
| tree | 02c1225548025dd9f99d8436c7d8612a16545631 /sys/i386/include/pcpu.h | |
| parent | 79c37de672f24208c46988125729528a2b444a08 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/pcpu.h')
| -rw-r--r-- | sys/i386/include/pcpu.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index 3a684bfde245..60e50f8167bb 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/include/pcpu.h @@ -44,15 +44,6 @@ * other processors" */ -#if defined(XEN) || defined(XENHVM) -#ifndef NR_VIRQS -#define NR_VIRQS 24 -#endif -#ifndef NR_IPIS -#define NR_IPIS 2 -#endif -#endif - #if defined(XEN) /* These are peridically updated in shared_info, and then copied here. */ |
