ppc/ppc64 vdso patches have been upstream for ages

This commit is contained in:
Kyle McMartin 2011-10-26 10:36:40 -04:00
parent 8b8735b4b2
commit 3655202151

View File

@ -407,11 +407,6 @@ Summary: The Linux kernel
%define with_perf 0 %define with_perf 0
%endif %endif
%if %{nopatches}
# XXX temporary until last vdso patches are upstream
%define vdso_arches ppc ppc64
%endif
# Should make listnewconfig fail if there's config options # Should make listnewconfig fail if there's config options
# printed out? # printed out?
%if %{nopatches}%{using_upstream_branch} %if %{nopatches}%{using_upstream_branch}
@ -2084,6 +2079,7 @@ fi
* Wed Oct 26 2011 Kyle McMartin <kmcmartin@redhat.com> * Wed Oct 26 2011 Kyle McMartin <kmcmartin@redhat.com>
- Drop kernel-firmware subpackage. We've had linux-firmware around for - Drop kernel-firmware subpackage. We've had linux-firmware around for
enough releases now. enough releases now.
- ppc64/ppc vdso patches have been upstream for ages.
* Wed Oct 26 2011 Josh Boyer <jwboyer@redhat.com> * Wed Oct 26 2011 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix XFS memory corruption (rhbz 749166) - Add patch to fix XFS memory corruption (rhbz 749166)