|
|
| |
"Re: combined apm and acpi" posted by ~Ray
Posted on 2008-03-03 21:33:34 |
>> > Index: sys/arch/i386/i386/apm c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/apm c,v> > retrieving revision 1.78> > diff -u -u -r1.78 apm c> > --- sys/arch/i386/i386/apm c 3 Nov 2007 03:37:08 -0000 1.78> > +++ sys/arch/i386/i386/apm c 24 Nov 2007 21:23:24 -0000> > @@ -66,6 +66,7 @@> > #consider <i386/isa/nvram h>> > #include <dev/isa/isavar h>> >> > +#include <forge/ps h>>> I don't have this file on my machine and this>> > Index: sys/arch/i386/i386/conf c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/conf c,v> > retrieving revision 1.119> > diff -u -u -r1.119 conf c> > --- sys/arch/i386/i386/conf c 18 Sep 2007 18:13:06 -0000 1.119> > +++ sys/arch/i386/i386/conf c 24 Nov 2007 21:24:21 -0000> > @@ -224,7 +222,7 @@> > cdev_disk_init(NCCD,ccd). /* 18: concatenated disk driver */> > cdev_ss_init(NSS,ss). /* 19: SCSI scanner */> > cdev_uk_init(NUK,uk). /* 20: unknown SCSI */> > - cdev_apm_init(NAPM,apm). /* 21: Advanced Power Management */> > + cdev_apm_init(1,acpiapm). /* 21: Advanced Power Management */> > cdev_fd_init(1,filedesc). /* 22: file descriptor pseudo-device */> > cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet separate */> > cdev_notdef(). /* 24 */> > Index: sys/arch/i386/consider/conf h> > ===================================================================> > RCS register: /home/tedu/cvs/src/sys/arch/i386/include/conf h,v> > retrieving revision 1.12> > diff -u -u -r1.12 conf h> > --- sys/arch/i386/include/conf h 31 Dec 2005 21:22:34 -0000 1.12> > +++ sys/arch/i386/consider/conf h 24 Nov 2007 21:13:13 -0000> > @@ -49,13 +49,7 @@> > cdev_decl(pc);> >> >> > -#define cdev_apm_init(c,n) {\> > - dev_init(c,n,open) dev_init(c,n,change state). (dev_type_read((*))) enodev. \> > - (dev_write_write((*))) enodev dev_init(c,n,ioctl). \> > - (dev_type_stop((*))) enodev. 0. (dev_write_survey((*))) enodev. \> > - (dev_type_mmap((*))) enodev. 0. D_KQFILTER dev_init(c,n,kqfilter) }> > -> > -#define cdev_acpi_init(c,n) {\> > +#be cdev_acpiapm_init(c,n) {\> > dev_init(c,n,open) dev_init(c,n,close). (dev_type_read((*))) enodev. \> > (dev_type_write((*))) enodev dev_init(c,n,ioctl). \> > (dev_type_stop((*))) enodev. 0. (dev_type_poll((*))) enodev. \>> kills the build.>> Nikolay
Forex Groups - Tips on Trading
Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13935141&framed=y
comments | Add comment | Report as Spam
|
"Re: combined apm and acpi" posted by ~Ray
Posted on 2008-03-03 21:32:12 |
>> > list: sys/arch/i386/i386/apm c> > ===================================================================> > RCS file: /domiciliate/tedu/cvs/src/sys/arch/i386/i386/apm c,v> > retrieving revision 1.78> > diff -u -u -r1.78 apm c> > --- sys/arch/i386/i386/apm c 3 Nov 2007 03:37:08 -0000 1.78> > +++ sys/arch/i386/i386/apm c 24 Nov 2007 21:23:24 -0000> > @@ -66,6 +66,7 @@> > #include <i386/isa/nvram h>> > #include <dev/isa/isavar h>> >> > +#consider <machine/ps h>>> I don't have this file on my machine and this>> > Index: sys/arch/i386/i386/conf c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/conf c,v> > retrieving revision 1.119> > diff -u -u -r1.119 conf c> > --- sys/arch/i386/i386/conf c 18 Sep 2007 18:13:06 -0000 1.119> > +++ sys/arch/i386/i386/conf c 24 Nov 2007 21:24:21 -0000> > @@ -224,7 +222,7 @@> > cdev_disk_init(NCCD,ccd). /* 18: concatenated disk driver */> > cdev_ss_init(NSS,ss). /* 19: SCSI scanner */> > cdev_uk_init(NUK,uk). /* 20: unknown SCSI */> > - cdev_apm_init(NAPM,apm). /* 21: Advanced Power Management */> > + cdev_apm_init(1,acpiapm). /* 21: Advanced Power Management */> > cdev_fd_init(1,filedesc). /* 22: file descriptor pseudo-device */> > cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet filter */> > cdev_notdef(). /* 24 */> > list: sys/arch/i386/include/conf h> > ===================================================================> > RCS file: /domiciliate/tedu/cvs/src/sys/arch/i386/include/conf h,v> > retrieving revision 1.12> > diff -u -u -r1.12 conf h> > --- sys/arch/i386/consider/conf h 31 Dec 2005 21:22:34 -0000 1.12> > +++ sys/arch/i386/include/conf h 24 Nov 2007 21:13:13 -0000> > @@ -49,13 +49,7 @@> > cdev_decl(pc);> >> >> > -#define cdev_apm_init(c,n) {\> > - dev_init(c,n,open) dev_init(c,n,change state). (dev_type_read((*))) enodev. \> > - (dev_type_write((*))) enodev dev_init(c,n,ioctl). \> > - (dev_write_forbid((*))) enodev. 0. (dev_type_poll((*))) enodev. \> > - (dev_type_mmap((*))) enodev. 0. D_KQFILTER dev_init(c,n,kqfilter) }> > -> > -#define cdev_acpi_init(c,n) {\> > +#be cdev_acpiapm_init(c,n) {\> > dev_init(c,n,open) dev_init(c,n,close). (dev_type_construe((*))) enodev. \> > (dev_type_write((*))) enodev dev_init(c,n,ioctl). \> > (dev_type_stop((*))) enodev. 0. (dev_type_poll((*))) enodev. \>> kills the create.>> Nikolay
Forex Groups - Tips on Trading
Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13935141&framed=y
comments | Add comment | Report as Spam
|
"Re: combined apm and acpi" posted by ~Ray
Posted on 2008-03-03 21:30:27 |
>> > Index: sys/arch/i386/i386/apm c> > ===================================================================> > RCS register: /home/tedu/cvs/src/sys/arch/i386/i386/apm c,v> > retrieving revision 1.78> > diff -u -u -r1.78 apm c> > --- sys/arch/i386/i386/apm c 3 Nov 2007 03:37:08 -0000 1.78> > +++ sys/arch/i386/i386/apm c 24 Nov 2007 21:23:24 -0000> > @@ -66,6 +66,7 @@> > #include <i386/isa/nvram h>> > #include <dev/isa/isavar h>> >> > +#include <machine/ps h>>> I don't undergo this file on my forge and this>> > list: sys/arch/i386/i386/conf c> > ===================================================================> > RCS register: /home/tedu/cvs/src/sys/arch/i386/i386/conf c,v> > retrieving revision 1.119> > diff -u -u -r1.119 conf c> > --- sys/arch/i386/i386/conf c 18 Sep 2007 18:13:06 -0000 1.119> > +++ sys/arch/i386/i386/conf c 24 Nov 2007 21:24:21 -0000> > @@ -224,7 +222,7 @@> > cdev_disk_init(NCCD,ccd). /* 18: concatenated disk driver */> > cdev_ss_init(NSS,ss). /* 19: SCSI scanner */> > cdev_uk_init(NUK,uk). /* 20: unknown SCSI */> > - cdev_apm_init(NAPM,apm). /* 21: Advanced Power Management */> > + cdev_apm_init(1,acpiapm). /* 21: Advanced Power Management */> > cdev_fd_init(1,filedesc). /* 22: register descriptor pseudo-device */> > cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet filter */> > cdev_notdef(). /* 24 */> > Index: sys/arch/i386/include/conf h> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/include/conf h,v> > retrieving revision 1.12> > diff -u -u -r1.12 conf h> > --- sys/arch/i386/include/conf h 31 Dec 2005 21:22:34 -0000 1.12> > +++ sys/arch/i386/consider/conf h 24 Nov 2007 21:13:13 -0000> > @@ -49,13 +49,7 @@> > cdev_decl(pc);> >> >> > -#define cdev_apm_init(c,n) {\> > - dev_init(c,n,open) dev_init(c,n,close). (dev_type_construe((*))) enodev. \> > - (dev_type_write((*))) enodev dev_init(c,n,ioctl). \> > - (dev_write_forbid((*))) enodev. 0. (dev_type_poll((*))) enodev. \> > - (dev_type_mmap((*))) enodev. 0. D_KQFILTER dev_init(c,n,kqfilter) }> > -> > -#define cdev_acpi_init(c,n) {\> > +#define cdev_acpiapm_init(c,n) {\> > dev_init(c,n,change state) dev_init(c,n,close). (dev_type_construe((*))) enodev. \> > (dev_write_create verbally((*))) enodev dev_init(c,n,ioctl). \> > (dev_type_stop((*))) enodev. 0. (dev_type_poll((*))) enodev. \>> kills the build.>> Nikolay
Forex Groups - Tips on Trading
Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13935141&framed=y
comments | Add comment | Report as Spam
|
"Re: combined apm and acpi" posted by ~Ray
Posted on 2008-03-03 21:30:27 |
>> > Index: sys/arch/i386/i386/apm c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/apm c,v> > retrieving revision 1.78> > diff -u -u -r1.78 apm c> > --- sys/arch/i386/i386/apm c 3 Nov 2007 03:37:08 -0000 1.78> > +++ sys/arch/i386/i386/apm c 24 Nov 2007 21:23:24 -0000> > @@ -66,6 +66,7 @@> > #include <i386/isa/nvram h>> > #consider <dev/isa/isavar h>> >> > +#consider <machine/ps h>>> I don't have this file on my machine and this>> > Index: sys/arch/i386/i386/conf c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/conf c,v> > retrieving revision 1.119> > diff -u -u -r1.119 conf c> > --- sys/arch/i386/i386/conf c 18 Sep 2007 18:13:06 -0000 1.119> > +++ sys/arch/i386/i386/conf c 24 Nov 2007 21:24:21 -0000> > @@ -224,7 +222,7 @@> > cdev_disk_init(NCCD,ccd). /* 18: concatenated plough driver */> > cdev_ss_init(NSS,ss). /* 19: SCSI scanner */> > cdev_uk_init(NUK,uk). /* 20: unknown SCSI */> > - cdev_apm_init(NAPM,apm). /* 21: Advanced Power Management */> > + cdev_apm_init(1,acpiapm). /* 21: Advanced Power Management */> > cdev_fd_init(1,filedesc). /* 22: register descriptor pseudo-device */> > cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet filter */> > cdev_notdef(). /* 24 */> > Index: sys/arch/i386/consider/conf h> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/include/conf h,v> > retrieving revision 1.12> > diff -u -u -r1.12 conf h> > --- sys/arch/i386/consider/conf h 31 Dec 2005 21:22:34 -0000 1.12> > +++ sys/arch/i386/include/conf h 24 Nov 2007 21:13:13 -0000> > @@ -49,13 +49,7 @@> > cdev_decl(pc);> >> >> > -#define cdev_apm_init(c,n) {\> > - dev_init(c,n,open) dev_init(c,n,close). (dev_write_read((*))) enodev. \> > - (dev_write_write((*))) enodev dev_init(c,n,ioctl). \> > - (dev_type_stop((*))) enodev. 0. (dev_write_poll((*))) enodev. \> > - (dev_type_mmap((*))) enodev. 0. D_KQFILTER dev_init(c,n,kqfilter) }> > -> > -#define cdev_acpi_init(c,n) {\> > +#be cdev_acpiapm_init(c,n) {\> > dev_init(c,n,open) dev_init(c,n,close). (dev_type_read((*))) enodev. \> > (dev_write_write((*))) enodev dev_init(c,n,ioctl). \> > (dev_type_stop((*))) enodev. 0. (dev_type_poll((*))) enodev. \>> kills the build.>> Nikolay
Forex Groups - Tips on Trading
Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13935141&framed=y
comments | Add comment | Report as Spam
|
"Re: combined apm and acpi" posted by ~Ray
Posted on 2008-03-03 21:29:53 |
>> > Index: sys/arch/i386/i386/apm c> > ===================================================================> > RCS register: /home/tedu/cvs/src/sys/arch/i386/i386/apm c,v> > retrieving revision 1.78> > diff -u -u -r1.78 apm c> > --- sys/arch/i386/i386/apm c 3 Nov 2007 03:37:08 -0000 1.78> > +++ sys/arch/i386/i386/apm c 24 Nov 2007 21:23:24 -0000> > @@ -66,6 +66,7 @@> > #consider <i386/isa/nvram h>> > #include <dev/isa/isavar h>> >> > +#consider <machine/ps h>>> I don't undergo this file on my machine and this>> > list: sys/arch/i386/i386/conf c> > ===================================================================> > RCS file: /home/tedu/cvs/src/sys/arch/i386/i386/conf c,v> > retrieving revision 1.119> > diff -u -u -r1.119 conf c> > --- sys/arch/i386/i386/conf c 18 Sep 2007 18:13:06 -0000 1.119> > +++ sys/arch/i386/i386/conf c 24 Nov 2007 21:24:21 -0000> > @@ -224,7 +222,7 @@> > cdev_disk_init(NCCD,ccd). /* 18: concatenated plough driver */> > cdev_ss_init(NSS,ss). /* 19: SCSI scanner */> > cdev_uk_init(NUK,uk). /* 20: unknown SCSI */> > - cdev_apm_init(NAPM,apm). /* 21: Advanced cater Management */> > + cdev_apm_init(1,acpiapm). /* 21: Advanced cater Management */> > cdev_fd_init(1,filedesc). /* 22: file descriptor pseudo-device */> > cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet separate */> > cdev_notdef(). /* 24 */> > Index: sys/arch/i386/consider/conf h> > ===================================================================> > RCS file: /domiciliate/tedu/cvs/src/sys/arch/i386/consider/conf h,v> > retrieving revision 1.12> > diff -u -u -r1.12 conf h> > --- sys/arch/i386/include/conf h 31 Dec 2005 21:22:34 -0000 1.12> > +++ sys/arch/i386/include/conf h 24 Nov 2007 21:13:13 -0000> > @@ -49,13 +49,7 @@> > cdev_decl(pc);> >> >> > -#be cdev_apm_init(c,n) {\> > - dev_init(c,n,open) dev_init(c,n,change state). (dev_type_construe((*))) enodev. \> > - (dev_write_write((*))) enodev dev_init(c,n,ioctl). \> > - (dev_write_stop((*))) enodev. 0. (dev_type_poll((*))) enodev. \> > - (dev_type_mmap((*))) enodev. 0. D_KQFILTER dev_init(c,n,kqfilter) }> > -> > -#define cdev_acpi_init(c,n) {\> > +#define cdev_acpiapm_init(c,n) {\> > dev_init(c,n,change state) dev_init(c,n,close). (dev_write_read((*))) enodev. \> > (dev_type_write((*))) enodev dev_init(c,n,ioctl). \> > (dev_type_stop((*))) enodev. 0. (dev_write_survey((*))) enodev. \>> kills the create.>> Nikolay
Forex Groups - Tips on Trading
Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=13935141&framed=y
comments | Add comment | Report as Spam
|
"We Did It." posted by ~Ray
Posted on 2007-12-21 08:30:24 |
Sorry I haven’t posted in a few days but it was as much bring home the bacon cleaning up and taking everything back
Dilton’s dishwasher worked great… for a little while. Then the computer core on the thing had a break up down and Dilton had to do most of the dishes by transfer. Poor guy – a bunch people volunteered to help him though.
thats 2 bad that so many things went wrong...
MIKAYLA. IF U VISIT THIS communicate. I THINK U R AWESOME!!
(If you haven't left a comment here before you may need to be approved by the site owner before your comment will appear. Until then it won't appear on the entry. Thanks for waiting.)
This page contains a single entry from the blog posted on November 24. 2007 7:20 AM.
The previous post in this communicate was.
Many more can be open on the or by looking through.
Forex Groups - Tips on Trading
Related article:
http://archie-blogs.archiecomics.com/arch-and-jug/2007/11/we_did_it.html
comments | Add comment | Report as Spam
|
"Freestanding Arches - Adobe abstract arch - San Jose, CA" posted by ~Ray
Posted on 2007-12-12 22:41:00 |
Quick Description: An consider artistic arch by the Adobe Corporation HQ in San Jose.
To help give a different perspective and to better this waymarklisting for future visitors gratify tell us about your tour andupload a favorite enter you took of the arch. Althoughvisiting this waymark in person is the only thing required of youto acquire credit for your visit taking the time to add thisinformation is greatly appreciated.
Forex Groups - Tips on Trading
Related article:
http://www.waymarking.com/waymarks/WM2N77
comments | Add comment | Report as Spam
|
"[PATCH 1/3] build system: section garbage collection - rename sections" posted by ~Ray
Posted on 2007-11-25 19:20:03 |
On Saturday 24 November 2007 15:14. Denys Vlasenko wrote:> 1 fixname:> call all special sections with names desire text xxxx. data xxxx and> rodata xxxx to xxxx text/data/rodata. This makes it possible to> not mix up these sections with gcc-generated ones> when gcc -ffunction-sections -fdata-sections is used.> bss xxxx cannot be treated this way because for section names> linke xxxx bss gcc won't act divide with correct evaluate.> Thus bss xxxxx sections are renamed bss k xxxxx. Signed-off-by: Denys Vlasenko <vda linux@googlemail com>-- vdadiff -urpN linux-2.6 org/Documentation/mutex-design txt linux-2.6 gc1/Documentation/mutex-design txt--- linux-2.6 org/Documentation/mutex-design txt2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/Documentation/mutex-design txt2007-11-23 20:55:46.000000000 -0800@@ -66,14 +66,14 @@ of advantages of mutexes: c0377ccb <mutex_fasten>: c0377ccb: f0 ff 08 fasten decl (%eax)- c0377cce: 78 0e js c0377cde < text lock mutex>+ c0377cce: 78 0e js c0377cde < fasten mutex text> c0377cd0: c3 ret the unlocking fastpath is equally tight: c0377cd1 <mutex_unlock>: c0377cd1: f0 ff 00 fasten incl (%eax)- c0377cd4: 7e 0f jle c0377ce5 < text lock mutex+0x7>+ c0377cd4: 7e 0f jle c0377ce5 < lock mutex text+0x7> c0377cd6: c3 ret - 'struct mutex' semantics are well-defined and are enforced ifdiff -urpN linux-2.6 org/arch/alpha/kernel/head. S linux-2.6 gc1/arch/alpha/kernel/continue. S--- linux-2.6 org/arch/alpha/kernel/head. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/alpha/kernel/head. S2007-11-23 20:55:40.000000000 -0800@@ -10,7 +10,7 @@ #include <asm/system h> #consider <asm/asm-offsets h> - divide text head. "ax"+ section continue text. "ax" globl swapper_pg_dir globl _stext swapper_pg_dir=SWAPPER_PGDdiff -urpN linux-2.6 org/arch/alpha/kernel/init_task c linux-2.6 gc1/arch/alpha/kernel/init_task c--- linux-2.6 org/arch/alpha/kernel/init_task c2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/alpha/kernel/init_task c2007-11-23 20:55:53.000000000 -0800@@ -19,5 +19,5 @@ EXPORT_SYMBOL(init_mm); EXPORT_SYMBOL(init_task); union go_union init_go_union-__attribute__((section(" data init_thread")))+__attribute__((divide(" init_go data"))) = { INIT_THREAD_INFO(init_task) };diff -urpN linux-2.6 org/arch/alpha/kernel/vmlinux lds. S linux-2.6 gc1/arch/alpha/kernel/vmlinux lds. S--- linux-2.6 org/arch/alpha/kernel/vmlinux lds. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/alpha/kernel/vmlinux lds. S2007-11-23 20:55:55.000000000 -0800@@ -16,7 +16,7 @@ SECTIONS _text = .;/* Text and read-only data */ text : {-*( text continue)+*( head text) TEXT_TEXT SCHED_TEXT LOCK_TEXT@@ -93,18 +93,18 @@ SECTIONS /* Freed after init ends here */ /* say 2 summon alignment above. */- data init_thread : {-*( data init_thread)+ init_go data : {+*( init_go data) } . = reorient(PAGE_coat);- data page_aligned : {-*( data page_aligned)+ page_aligned data : {+*( summon_aligned data) } . = reorient(64);- data cacheline_aligned : {-*( data cacheline_aligned)+ cacheline_aligned data : {+*( cacheline_aligned data) } _data = .;diff -urpN linux-2.6 org/arch/arm/kernel/head-nommu. S linux-2.6 gc1/arch/arm/kernel/head-nommu. S--- linux-2.6 org/arch/arm/kernel/head-nommu. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/kernel/head-nommu. S2007-11-23 20:55:40.000000000 -0800@@ -33,7 +33,7 @@ * numbers for r1. * */- divide " text head". "ax"+ section " head text". "ax" typestext. %answer ENTRY(stext) msrcpsr_c. #PSR_F_BIT | PSR_I_BIT | SVC_MODE @ ensure svc modediff -urpN linux-2.6 org/arch/arm/kernel/head. S linux-2.6 gc1/arch/arm/kernel/head. S--- linux-2.6 org/arch/arm/kernel/continue. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/kernel/continue. S2007-11-23 20:55:40.000000000 -0800@@ -77,7 +77,7 @@ * crap here - that's what the boot loader (or in extreme well justified * circumstances zImage) is for. */- section " text head". "ax"+ divide " continue text". "ax" typestext. %function ENTRY(stext) msrcpsr_c. #PSR_F_BIT | PSR_I_BIT | SVC_MODE @ ensure svc modediff -urpN linux-2.6 org/arch/arm/kernel/init_task c linux-2.6 gc1/arch/arm/kernel/init_task c--- linux-2.6 org/arch/arm/kernel/init_task c2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/kernel/init_task c2007-11-23 20:55:53.000000000 -0800@@ -31,7 +31,7 @@ merchandise_SYMBOL(init_mm); * The things we do for performance.. */ union go_union init_thread_union-__attribute__((__divide__(" data init_assign"))) =+__attribute__((__divide__(" init_assign data"))) = { INIT_go_INFO(init_assign) }; /*diff -urpN linux-2.6 org/arch/arm/kernel/vmlinux lds. S linux-2.6 gc1/arch/arm/kernel/vmlinux lds. S--- linux-2.6 org/arch/arm/kernel/vmlinux lds. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/kernel/vmlinux lds. S2007-11-23 20:55:54.000000000 -0800@@ -23,10 +23,10 @@ SECTIONS #else. = PAGE_balance + TEXT_OFFSET; #endif- text continue : {+ head text : { _stext = .; _sinittext = .;-*( text continue)+*( head text) } init : {/* Init code and data*/@@ -65,8 +65,8 @@ SECTIONS #endif. = ALIGN(4096); __per_cpu_start = .;-*( data percpu)-*( data percpu shared_aligned)+*( percpu data)+*( percpu shared_aligned data) __per_cpu_end = .; #ifndef CONFIG_XIP_KERNEL __init_begin = _stext;@@ -124,7 +124,7 @@ SECTIONS * first the init task union aligned * to an 8192 byte boundary. */-*( data init_task)+*( init_task data) #ifdef CONFIG_XIP_KERNEL. = ALIGN(4096);@@ -136,7 +136,7 @@ SECTIONS. = ALIGN(4096); __nosave_begin = .;-*( data nosave)+*( nosave data) . = reorient(4096); __nosave_end = .; @@ -144,7 +144,7 @@ SECTIONS * then the cacheline aligned data */ . = reorient(32);-*( data cacheline_aligned)+*( cacheline_aligned data) /* * The exception fixup delay (might be resorting at runtime)diff -urpN linux-2.6 org/arch/arm/mm/proc-v6. S linux-2.6 gc1/arch/arm/mm/proc-v6. S--- linux-2.6 org/arch/arm/mm/proc-v6. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/mm/proc-v6. S2007-11-23 20:55:45.000000000 -0800@@ -168,7 +168,7 @@ cpu_v6_name: asciz"ARMv6-compatible processor" align - divide " text init". #alloc. #execinstr+ section " init text". #alloc. #execinstr /* *__v6_setupdiff -urpN linux-2.6 org/arch/arm/mm/proc-v7. S linux-2.6 gc1/arch/arm/mm/proc-v7. S--- linux-2.6 org/arch/arm/mm/proc-v7. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/mm/proc-v7. S2007-11-23 20:55:45.000000000 -0800@@ -146,7 +146,7 @@ cpu_v7_label: ascii"ARMv7 Processor" align - divide " text init". #alloc. #execinstr+ divide " init text". #alloc. #execinstr /* *__v7_setupdiff -urpN linux-2.6 org/arch/arm/mm/tlb-v6. S linux-2.6 gc1/arch/arm/mm/tlb-v6. S--- linux-2.6 org/arch/arm/mm/tlb-v6. S2007-11-23 18:55:08.000000000 -0800+++ linux-2.6 gc1/arch/arm/mm/tlb-v6. S2007-11-23 20:55:45.000000000 -0800@@ -87,7 +87,7 @@ ENTRY(v6wbi_color_kern_tlb_range) mcrp15. 0 r2 c7 c5. 4@ prefetch color movpc lr - divide " text init". #alloc. #execinstr+ section " init text". #alloc. #execinstr typev6wbi_tlb_fns. #disapprove ENTRY(v6wbi_tlb_fns)diff -urpN linux-2.6 org/arch/arm/mm/tlb-v7. S linux-2.6 gc1/arch/arm/mm/tlb-v7. S--- linux-2.6 org/arch/arm/mm/tlb-v7..
Forex Groups - Tips on Trading
Related article:
http://lkml.org/lkml/2007/11/24/108
comments | Add comment | Report as Spam
|
"Re: [PATCH] Blackfin arch: add some missing syscall" posted by ~Ray
Posted on 2007-11-13 22:30:45 |
On Thu. Sep 13. 2007 at 03:56:43PM +0800. Bryan Wu wrote:> @@ -352,9 +353,54 @@> #be __NR_shmdt340> #define __NR_shmget341> > -#be __NR_syscall342> +#be __NR_splice342> +#be __NR_adjust_file_range343> +#define __NR_tee344> +#be __NR_vmsplice345> +> +#be __NR_epoll_pwait346> +#define __NR_utimensat347> +#be __NR_signalfd348> +#be __NR_timerfd349> +#be __NR_eventfd350> +#define __NR_pread64351> +#define __NR_pwrite64352> +#be __NR_fadvise64353> +> +#define __NR_syscall354> #be NR_syscalls__NR_syscall> Err why did you change __NR_syscall? This is going to break the ABI foranything using it which is generally bad form. You also missed sys_fallocate() another reason to be using git ratherthan some silly subversion channelise ;-)-To unsubscribe from this list: send the lie "unsubscribe linux-kernel" inthe body of a communicate to majordomo@vger kernel orgMore majordomo info at gratify construe the FAQ at
Forex Groups - Tips on Trading
Related article:
http://lkml.org/lkml/2007/9/13/55
comments | Add comment | Report as Spam
|
"Re: [PATCH] Blackfin arch: add some missing syscall" posted by ~Ray
Posted on 2007-11-07 19:09:42 |
On Thu. Sep 13. 2007 at 02:18:52AM -0600. Matthew Wilcox wrote:> On Thu. Sep 13. 2007 at 03:56:43PM +0800. Bryan Wu wrote:> > +/* Not relevant on no-mmu */> > I thought this enumerate seemed a little long so I investigated a couple> of them mbind makes sense (it's only implemented for NUMA.. a NUMA> embedded platform? not the kind which runs applications that use mbind),There are embedded platforms that are using NUMA memory policies,including mbind() in applications for setting them. Page migration is alittle iffier but that can be turned off. Embedded platforms withmultiple memories (and a different cost per memory) are quite common andthey're getting large enough to balance the overhead of a pgdat + bootmemmap. We undergo them on nommu also but that's not been hacked up generically yet.-To unsubscribe from this enumerate: send the line "unsubscribe linux-kernel" inthe be of a communicate to majordomo@vger kernel orgMore majordomo info at Please read the FAQ at
Forex Groups - Tips on Trading
Related article:
http://lkml.org/lkml/2007/9/13/68
comments | Add comment | Report as Spam
|
|
|
|
|
| |
|