diff options
author | Dave Jones <davej@redhat.com> | 2013-01-23 10:54:21 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2013-01-23 10:54:21 -0500 |
commit | 0246c539939c17e015cd1a28d979bc55c8467e43 (patch) | |
tree | 395dbd75f5fc1e6e1efcea453b6a43f3aec7b1ef | |
parent | c30bd638561da1962d3b07710666b840cd65d30e (diff) | |
download | kernel-0246c539939c17e015cd1a28d979bc55c8467e43.tar.gz kernel-0246c539939c17e015cd1a28d979bc55c8467e43.tar.xz kernel-0246c539939c17e015cd1a28d979bc55c8467e43.zip |
Remove warnings about empty IPI masks.
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index e2e7be95c..9d4b6d1f8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -663,6 +663,7 @@ Patch470: die-floppy-die.patch Patch510: silence-noise.patch Patch520: quiet-apm.patch Patch530: silence-fbcon-logo.patch +Patch540: silence-empty-ipi-mask-warning.patch Patch800: crash-driver.patch @@ -1371,6 +1372,9 @@ ApplyPatch silence-noise.patch # Make fbcon not show the penguins with 'quiet' ApplyPatch silence-fbcon-logo.patch +# no-one cares about these warnings. +ApplyPatch silence-empty-ipi-mask-warning.patch + # Changes to upstream defaults. @@ -2308,6 +2312,9 @@ fi # ||----w | # || || %changelog +* Wed Jan 23 2013 Dave Jones <davej@redhat.com> +- Remove warnings about empty IPI masks. + * Sun Jan 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Remove obsolete ARM configs - Update OMAP config for TI AM35XX SoCs |