mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
[HALX86]
Revert r56080 Fix the fix of r56090 svn path=/trunk/; revision=56099
This commit is contained in:
parent
59f55051c9
commit
b8a181d6f3
1 changed files with 0 additions and 8 deletions
|
@ -22,17 +22,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#if DBG
|
||||
#define HAL_BUILD_TYPE (DBG ? PRCB_BUILD_DEBUG : 0)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0
|
||||
#endif
|
||||
#else
|
||||
#if DBG
|
||||
#define HAL_BUILD_TYPE ((DBG ? PRCB_BUILD_DEBUG : 0) | PRCB_BUILD_UNIPROCESSOR)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0 | PRCB_BUILD_UNIPROCESSOR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct _HAL_BIOS_FRAME
|
||||
|
|
Loading…
Reference in a new issue