diff options
-rw-r--r-- | sys/i386/acpica/acpi_wakecode.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/acpica/acpi_wakecode.S b/sys/i386/acpica/acpi_wakecode.S index debf5e7..9a22fb1 100644 --- a/sys/i386/acpica/acpi_wakecode.S +++ b/sys/i386/acpica/acpi_wakecode.S @@ -23,13 +23,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ -#include <machine/asm.h> -__FBSDID("$FreeBSD$"); - #define LOCORE +#include <machine/asmacros.h> #include <machine/param.h> #include <machine/specialreg.h> |