Linux v3.11-3070-gcb3e433
This commit is contained in:
parent
4ae7205efc
commit
f2ae91bccf
@ -40,6 +40,8 @@ CONFIG_EFI_VARS_PSTORE=y
|
|||||||
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
|
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
|
||||||
CONFIG_EFI_PCDP=y
|
CONFIG_EFI_PCDP=y
|
||||||
CONFIG_FB_EFI=y
|
CONFIG_FB_EFI=y
|
||||||
|
# needs FB_SIMPLE to work correctly
|
||||||
|
# CONFIG_X86_SYSFB is not set
|
||||||
|
|
||||||
# FIXME: 32bit only?
|
# FIXME: 32bit only?
|
||||||
# CONFIG_FB_N411 is not set
|
# CONFIG_FB_N411 is not set
|
||||||
|
@ -18,6 +18,7 @@ CONFIG_NUMA_BALANCING=y
|
|||||||
|
|
||||||
CONFIG_NR_CPUS=128
|
CONFIG_NR_CPUS=128
|
||||||
CONFIG_PHYSICAL_START=0x1000000
|
CONFIG_PHYSICAL_START=0x1000000
|
||||||
|
CONFIG_PHYSICAL_ALIGN=0x1000000
|
||||||
|
|
||||||
CONFIG_IA32_EMULATION=y
|
CONFIG_IA32_EMULATION=y
|
||||||
# CONFIG_IA32_AOUT is not set
|
# CONFIG_IA32_AOUT is not set
|
||||||
|
@ -62,7 +62,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# For non-released -rc kernels, this will be appended after the rcX and
|
||||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 0
|
%define rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 8
|
%define gitrev 9
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2313,6 +2313,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 04 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc0.git9.1
|
||||||
|
- Linux v3.11-3070-gcb3e433
|
||||||
|
|
||||||
* Wed Sep 4 2013 Josh Boyer <jwboyer@fedoraproject.org>
|
* Wed Sep 4 2013 Josh Boyer <jwboyer@fedoraproject.org>
|
||||||
- Update linux-firmware requirements for newer radeon firmware (rhbz 988268 972518)
|
- Update linux-firmware requirements for newer radeon firmware (rhbz 988268 972518)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user