SOURCES: linux-libc-headers-pagesize.patch, linux-kernel-headers.S...
qboosh
qboosh at pld-linux.org
Sat Jan 26 17:25:49 CET 2008
Author: qboosh Date: Sat Jan 26 16:25:49 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 2.6.24
---- Files affected:
SOURCES:
linux-libc-headers-pagesize.patch (1.1 -> 1.2) , linux-kernel-headers.SuSE.TIOCGDEV.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/linux-libc-headers-pagesize.patch
diff -u SOURCES/linux-libc-headers-pagesize.patch:1.1 SOURCES/linux-libc-headers-pagesize.patch:1.2
--- SOURCES/linux-libc-headers-pagesize.patch:1.1 Mon Apr 2 22:12:20 2007
+++ SOURCES/linux-libc-headers-pagesize.patch Sat Jan 26 17:25:43 2008
@@ -1,16 +1,17 @@
---- linux-2.6.20/include/asm-alpha/page.h.orig 2007-02-04 19:44:54.000000000 +0100
-+++ linux-2.6.20/include/asm-alpha/page.h 2007-04-02 21:58:18.576624812 +0200
-@@ -1,15 +1,15 @@
+--- linux-2.6.24/include/asm-alpha/page.h.orig 2007-02-04 19:44:54.000000000 +0100
++++ linux-2.6.24/include/asm-alpha/page.h 2007-04-02 21:58:18.576624812 +0200
+@@ -1,16 +1,17 @@
#ifndef _ALPHA_PAGE_H
#define _ALPHA_PAGE_H
-#ifdef __KERNEL__
-
+ #include <linux/const.h>
-#include <asm/pal.h>
--
+
/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT 13
- #define PAGE_SIZE (1UL << PAGE_SHIFT)
+ #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))
+#ifdef __KERNEL__
@@ -59,19 +60,18 @@
#define PTE_MASK PAGE_MASK
#ifndef __ASSEMBLY__
---- linux-2.6.20/include/asm-cris/page.h.orig 2007-02-04 19:44:54.000000000 +0100
-+++ linux-2.6.20/include/asm-cris/page.h 2007-04-02 21:59:53.650042737 +0200
-@@ -1,10 +1,6 @@
+--- linux-2.6.24/include/asm-cris/page.h.orig 2007-02-04 19:44:54.000000000 +0100
++++ linux-2.6.24/include/asm-cris/page.h 2007-04-02 21:59:53.650042737 +0200
+@@ -1,9 +1,6 @@
#ifndef _CRIS_PAGE_H
#define _CRIS_PAGE_H
-#ifdef __KERNEL__
-
-#include <asm/arch/page.h>
--
+ #include <linux/const.h>
+
/* PAGE_SHIFT determines the page size */
- #define PAGE_SHIFT 13
- #ifndef __ASSEMBLY__
@@ -14,6 +10,10 @@
#endif
#define PAGE_MASK (~(PAGE_SIZE-1))
================================================================
Index: SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch
diff -u SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.1 SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.2
--- SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.1 Wed Oct 31 00:28:47 2007
+++ SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch Sat Jan 26 17:25:43 2008
@@ -3,13 +3,12 @@
---
usr/include/asm-arm/ioctls.h | 1 +
- usr/include/asm-i386/ioctls.h | 1 +
usr/include/asm-ia64/ioctls.h | 1 +
usr/include/asm-parisc/ioctls.h | 1 +
usr/include/asm-powerpc/ioctls.h | 1 +
usr/include/asm-s390/ioctls.h | 1 +
- usr/include/asm-x86_64/ioctls.h | 1 +
- 7 files changed, 7 insertions(+)
+ usr/include/asm-x86/ioctls.h | 1 +
+ 6 files changed, 6 insertions(+)
--- a/usr/include/asm-arm/ioctls.h
+++ b/usr/include/asm-arm/ioctls.h
@@ -21,16 +20,6 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
---- a/usr/include/asm-i386/ioctls.h
-+++ b/usr/include/asm-i386/ioctls.h
-@@ -53,6 +53,7 @@
- #define TCSETSF2 _IOW('T',0x2D, struct termios2)
- #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
- #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
-+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
-
- #define FIONCLEX 0x5450
- #define FIOCLEX 0x5451
--- a/usr/include/asm-ia64/ioctls.h
+++ b/usr/include/asm-ia64/ioctls.h
@@ -55,6 +55,7 @@
@@ -71,8 +60,8 @@
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
#define FIOCLEX 0x5451
---- a/usr/include/asm-x86_64/ioctls.h
-+++ b/usr/include/asm-x86_64/ioctls.h
+--- a/usr/include/asm-x86/ioctls.h
++++ b/usr/include/asm-x86/ioctls.h
@@ -52,6 +52,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-libc-headers-pagesize.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-kernel-headers.SuSE.TIOCGDEV.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list