Fix build.

svn path=/branches/ros-amd64-bringup/; revision=45193
This commit is contained in:
Samuel Serapion 2010-01-21 19:54:40 +00:00
parent ed70a6466b
commit 351f173762
2 changed files with 0 additions and 13 deletions

View file

@ -37,18 +37,6 @@ _HalEnableInterrupt:
UNIMPLEMENTED "HalEnableInterrupt"
.endfunc
.global _HalDisableSystemInterrupt
.func _HalDisableSystemInterrupt
_HalDisableSystemInterrupt:
UNIMPLEMENTED "HalDisableSystemInterrupt"
.endfunc
.global _HalEnableSystemInterrupt
.func _HalEnableSystemInterrupt
_HalEnableSystemInterrupt:
UNIMPLEMENTED "HalEnableSystemInterrupt"
.endfunc
.global _HalDisableInterrupt
.func _HalDisableInterrupt
_HalDisableInterrupt:

View file

@ -6,7 +6,6 @@
<include base="ntoskrnl">include</include>
<define name="_NTHAL_" />
<directory name="generic">
<file>pic.c</file>
<file>spinlock.c</file>
</directory>
<directory name="up">