summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2010-11-23 09:50:52 -0500
committerKyle McMartin <kyle@mcmartin.ca>2010-11-23 09:50:52 -0500
commit6b5e37dd4b06e1ffb3f40d888660f3635f96b6ba (patch)
tree0e5946af3cee55ce12e5745d37691ff807013c1d /kernel.spec
parent15589b25c9171d800bd0faf570d6b48da1e1270f (diff)
fix i8k inline asm to avoid miscompilation with newer gcc
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index adcef1b7..8b08076e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -728,6 +728,8 @@ Patch12305: xhci_hcd-suspend-resume.patch
Patch12307: tty-restore-tty_ldisc_wait_idle.patch
+Patch12308: fix-i8k-inline-asm.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1350,6 +1352,8 @@ ApplyPatch xhci_hcd-suspend-resume.patch
ApplyPatch tty-restore-tty_ldisc_wait_idle.patch
+ApplyPatch fix-i8k-inline-asm.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1963,6 +1967,10 @@ fi
# || ||
%changelog
+* Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com>
+- fix-i8k-inline-asm.patch: backport gcc miscompilation fix from git
+ [22d3243d, 6b4e81db] (rhbz#647677)
+
* Mon Nov 22 2010 Kyle McMartin <kyle@redhat.com>
- Add a debugging patch to help track down which tty is being
poked by plymouth.