|
@@ -1,6 +1,6 @@
|
|
/* -----------------------------------------------------------------------
|
|
/* -----------------------------------------------------------------------
|
|
*
|
|
*
|
|
- * Copyright 2009 Intel Corporation; author H. Peter Anvin
|
|
|
|
|
|
+ * Copyright 2009-2014 Intel Corporation; author H. Peter Anvin
|
|
*
|
|
*
|
|
* This file is part of the Linux kernel, and is made available under
|
|
* This file is part of the Linux kernel, and is made available under
|
|
* the terms of the GNU General Public License version 2 or (at your
|
|
* the terms of the GNU General Public License version 2 or (at your
|
|
@@ -14,7 +14,7 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
.code16
|
|
.code16
|
|
- .text
|
|
|
|
|
|
+ .section ".inittext","ax"
|
|
.globl intcall
|
|
.globl intcall
|
|
.type intcall, @function
|
|
.type intcall, @function
|
|
intcall:
|
|
intcall:
|