From 7c39cab92a788dff434e7e7eaa38aa1543d9393e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Mar 2018 14:46:29 -0500 Subject: Rework i386 Paravirtualization to have paravirt.h --- cpukit/score/cpu/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/i386/cpu.c') diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index b591b76508..72b99c0d80 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/cpu.c @@ -198,7 +198,7 @@ uint32_t _CPU_ISR_Get_level( void ) { uint32_t level; -#if !defined(RTEMS_PARAVIRT) +#if !defined(I386_DISABLE_INLINE_ISR_DISABLE_ENABLE) i386_get_interrupt_level( level ); #else level = i386_get_interrupt_level(); -- cgit v1.2.3