summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/20_xmm_support.patch (renamed from debian/patches/20_mmx_support.patch)2
-rw-r--r--debian/patches/series2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 97ab67b..3eecc0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ gnumach (2:1.3.99.dfsg.cvs20090220-2) UNRELEASED; urgency=low
[ Samuel Thibault ]
* debian/patches/14_alloc_params.patch: reserve 128MiB for virtual memory
space. Fixes boot with more than ~900MiB.
+ * debian/patches/20_mmx_support.patch: rename to 20_xmm_support.patch and
+ fix comment: the added support is XMM registers, not MMX.
-- Guillem Jover <guillem@debian.org> Mon, 08 Jun 2009 22:23:13 +0200
diff --git a/debian/patches/20_mmx_support.patch b/debian/patches/20_xmm_support.patch
index 692a57f..48b7ff8 100644
--- a/debian/patches/20_mmx_support.patch
+++ b/debian/patches/20_xmm_support.patch
@@ -1,6 +1,6 @@
2007-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
- Add MMX FPU registers save/restore support.
+ Add XMM FPU registers save/restore support.
* i386/include/mach/i386/fp_reg.h (struct i386_fp_regs): Invert array
indices.
(struct i386_xfp_save): New structure.
diff --git a/debian/patches/series b/debian/patches/series
index 7f434cb..5e0fce4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,6 +6,6 @@
14_alloc_params.patch
15_mem_obj_proxy.patch
16_ide_multsect.patch
-20_mmx_support.patch
+20_xmm_support.patch
24_pci_irq_fix.patch
40_iopl_mmap.patch