aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_emulate.h
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-14 12:03:31 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-14 12:03:31 +0000
commit6d675a4ad8b9338d461076fb619d8bc084d3bcc2 (patch)
treef6cc172b9eecab3476a8673601ddd6c4c922e1ad /xen/include/asm-x86/x86_emulate.h
parentab5c6b8f111c738c8c1402a7dd46a5a612938b2b (diff)
downloadxen-6d675a4ad8b9338d461076fb619d8bc084d3bcc2.tar.gz
xen-6d675a4ad8b9338d461076fb619d8bc084d3bcc2.tar.bz2
xen-6d675a4ad8b9338d461076fb619d8bc084d3bcc2.zip
[XEN] Emulate MUL/DIV. Tweak test suite build.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/x86_emulate.h')
-rw-r--r--xen/include/asm-x86/x86_emulate.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/xen/include/asm-x86/x86_emulate.h b/xen/include/asm-x86/x86_emulate.h
index e1d6f1d50d..153bf14aac 100644
--- a/xen/include/asm-x86/x86_emulate.h
+++ b/xen/include/asm-x86/x86_emulate.h
@@ -3,7 +3,21 @@
*
* Generic x86 (32-bit and 64-bit) instruction decoder and emulator.
*
- * Copyright (c) 2005 Keir Fraser
+ * Copyright (c) 2005-2007 Keir Fraser
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __X86_EMULATE_H__