Linux v3.5-7078-gf7da9cd
This commit is contained in:
parent
af258da073
commit
3e0c7b8669
@ -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 3
|
%define gitrev 4
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2284,6 +2284,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 30 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc0.git4.1
|
||||||
|
- Linux v3.5-7078-gf7da9cd
|
||||||
|
|
||||||
* Mon Jul 30 2012 Josh Boyer <jwboyer@redhat.com>
|
* Mon Jul 30 2012 Josh Boyer <jwboyer@redhat.com>
|
||||||
- Fixup patches
|
- Fixup patches
|
||||||
|
|
||||||
|
@ -4451,13 +4451,13 @@ index 7b63743..9cd13b5 100644
|
|||||||
|
|
||||||
#ifdef MODULE
|
#ifdef MODULE
|
||||||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
||||||
index c7e6d20..5fc742e 100644
|
index fbdd853..8d1dfde 100644
|
||||||
--- a/arch/arm/Kconfig
|
--- a/arch/arm/Kconfig
|
||||||
+++ b/arch/arm/Kconfig
|
+++ b/arch/arm/Kconfig
|
||||||
@@ -45,6 +45,8 @@ config ARM
|
@@ -48,6 +48,8 @@ config ARM
|
||||||
select GENERIC_SMP_IDLE_THREAD
|
select GENERIC_STRNCPY_FROM_USER
|
||||||
select KTIME_SCALAR
|
select GENERIC_STRNLEN_USER
|
||||||
select GENERIC_CLOCKEVENTS_BROADCAST if SMP
|
select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
|
||||||
+ select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND
|
+ select HAVE_MOD_ARCH_SPECIFIC if ARM_UNWIND
|
||||||
+ select MODULES_USE_ELF_REL
|
+ select MODULES_USE_ELF_REL
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user