summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-07-13 01:36:16 +0000
committerSamuel Thibault <sthibault@debian.org>2009-07-13 01:36:16 +0000
commit6765f83300116cdd1b3493f9c2e76051446e6bfc (patch)
tree49bfe4214f674267b2faac9fb1e4b18e9076ccd7 /debian/patches
parentb9fda5d4ebace6778249ea36d4ccb8368362c016 (diff)
* debian/patches/20_mmx_support.patch: rename to 20_xmm_support.patch and
fix comment: the added support is XMM registers, not MMX.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/20_xmm_support.patch (renamed from debian/patches/20_mmx_support.patch)2
-rw-r--r--debian/patches/series2
2 files changed, 2 insertions, 2 deletions
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