Revert r56080
Fix the fix of r56090

svn path=/trunk/; revision=56099
This commit is contained in:
Pierre Schweitzer 2012-03-10 07:38:25 +00:00
parent 59f55051c9
commit b8a181d6f3

View file

@ -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