changeset 1644:cc716bec3527

Linux 3.14 is out.
author Rob Landley <rob@landley.net>
date Wed, 02 Apr 2014 05:19:06 -0500
parents 87d793ebda4a
children a242ea5d6bb4
files download.sh sources/patches/linux-fixsh4.patch sources/patches/linux-noperl-timeconst.patch sources/patches/linux-pmacorder.patch
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Mon Mar 31 05:45:19 2014 -0500
+++ b/download.sh	Wed Apr 02 05:19:06 2014 -0500
@@ -29,8 +29,8 @@
 SHA1=02a9d67bd747d97e48e572c9757abb41492386cc \
 maybe_fork "download || dienow"
 
-URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.bz2 \
-SHA1=52afc6d08909b2587681f52c39bef7a74eb1d05c \
+URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.14.tar.gz \
+SHA1=23fde5cfe36e27eca54947744613b45e747d18e9 \
 maybe_fork "download || dienow"
 
 
--- a/sources/patches/linux-fixsh4.patch	Mon Mar 31 05:45:19 2014 -0500
+++ b/sources/patches/linux-fixsh4.patch	Wed Apr 02 05:19:06 2014 -0500
@@ -71,7 +71,7 @@
 +	and	#0xf0, r0		! interrupts off (exception path)?
 +	cmp/eq	#0xf0, r0
  	bt	noresched
- 	mov.l	3f, r0
+ 	mov.l	1f, r0
  	jsr	@r0			! call preempt_schedule_irq
 diff --git a/arch/sh/lib/clear_page.S b/arch/sh/lib/clear_page.S
 index c92244d..8342bfb 100644
--- a/sources/patches/linux-noperl-timeconst.patch	Mon Mar 31 05:45:19 2014 -0500
+++ b/sources/patches/linux-noperl-timeconst.patch	Wed Apr 02 05:19:06 2014 -0500
@@ -250,5 +250,5 @@
 +$(obj)/timeconst.h: $(obj)/mktimeconst FORCE
 +	$(call if_changed,mktimeconst)
  
- ifeq ($(CONFIG_MODULE_SIG),y)
+ ###############################################################################
  #
--- a/sources/patches/linux-pmacorder.patch	Mon Mar 31 05:45:19 2014 -0500
+++ b/sources/patches/linux-pmacorder.patch	Wed Apr 02 05:19:06 2014 -0500
@@ -19,7 +19,7 @@
 so, to work around the QEMU bug.
 
 diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile
-index 81df925..d9318a1 100644
+index a04ee82..1fbfbe9 100644
 --- a/drivers/ide/Makefile
 +++ b/drivers/ide/Makefile
 @@ -39,6 +39,7 @@ obj-$(CONFIG_BLK_DEV_ALI15X3)		+= alim15x3.o
@@ -36,6 +36,6 @@
  
 -obj-$(CONFIG_BLK_DEV_IDE_PMAC)		+= pmac.o
 -
- obj-$(CONFIG_IDE_H8300)			+= ide-h8300.o
+ obj-$(CONFIG_IDE_GENERIC)		+= ide-generic.o
+ obj-$(CONFIG_BLK_DEV_IDEPNP)		+= ide-pnp.o
  
- obj-$(CONFIG_IDE_GENERIC)		+= ide-generic.o