Disable Intel IOMMU by default.

This commit is contained in:
Dave Jones 2011-12-14 20:23:59 -05:00
parent d02fa968e9
commit 94f063e126
2 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@ CONFIG_FB_EFI=y
CONFIG_DMAR=y
CONFIG_DMAR_BROKEN_GFX_WA=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_DMAR_DEFAULT_ON=y
# CONFIG_DMAR_DEFAULT_ON is not set
CONFIG_SCSI_ADVANSYS=m
CONFIG_SECCOMP=y

View File

@ -42,7 +42,7 @@ Summary: The Linux kernel
# When changing real_sublevel below, reset this by hand to 1
# (or to 0 and then use rpmdev-bumpspec).
#
%global baserelease 2
%global baserelease 3
%global fedora_build %{baserelease}
# real_sublevel is the 3.x kernel version we're starting with
@ -1959,6 +1959,9 @@ fi
# and build.
%changelog
* Thu Dec 15 2011 Dave Jones <davej@redhat.com> - 2.6.41.5-3
- Disable Intel IOMMU by default.
* Fri Dec 09 2011 Josh Boyer <jwboyer@redhat.com> 2.6.41.5-1
- Linux 3.1.5 (Fedora 2.6.41.5)