Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/include/linux vproc.h,1.8,1.8.2.1: msg#00133
|
Subject: |
[SSI] openssi/kernel/include/linux vproc.h,1.8,1.8.2.1 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv3452/openssi/kernel/include/linux
Modified Files:
Tag: OPENSSI-RH
vproc.h
Log Message:
Added an ugly hack to fix the problems caused by no longer using
root=/dev/ram0 to the bootloader. We need to think the initrd through
again, but this fixes the problems for now.
M ci/kernel/init/main.c
Added call to setup the root disk and to force linuxrc to start.
M openssi/kernel/init/do_mounts.c
Added ssi_setup_root() function.
M openssi/kernel/include/linux/vproc.h
Added prototype. Why here? Because I couldn't think of a better
place to put it and I didn't have to add a new header to any
files.
Index: vproc.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/Attic/vproc.h,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** vproc.h 18 Nov 2003 20:15:52 -0000 1.8
--- vproc.h 18 Dec 2003 01:41:26 -0000 1.8.2.1
***************
*** 240,243 ****
--- 240,244 ----
extern void dvp_set_exec(struct file *);
extern void dvp_clear_exec(struct file *);
+ extern void __init ssi_setup_root(void);
/*
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
|
| |