WebCScope Installation Quick Install 0. Create a directory called cscope under your /cgi-bin (virtual) directory. Copy all the files in the distribution to this directory. 1. Edit the 'cscope' file and change the following items: - Location to the perl interpreter - Location of the cscope database and other modifiable parameters - Feedback name and email - Location of the syntax highlighter, if you wish to use it 2. Syntax highlighter - The syntax highlighter must be built if you decide to use it. If you do not want syntax highlighting, you can ignore this step and set the highlighter to /bin/cat. - Compile 'hilite.c' using 'gcc -o hilite hilite.c' 3. Icons - Copy the images from the icons directory into the /icons (virtual) directory on the web server. You can also replace these images with whatever you choose. 4. Organizing your CScope databases - WebCScope supports multiple databases in $cscopedir - Create a directory for each project or sub-source in $cscopedir and, generate your cscope database using the following commands. - find /some/source/dir -name '*.[chyls]' -print > cscope.files - cscope -b -q - Repeat the above step for each database you wish to create ion value='packet-rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vdso64/sigtramp.S
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-10-20 15:44:19 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-02-15 10:34:18 +0100
commit5db4992d8f040b8d8db0b86d42806e0c417f7ccf (patch)
tree5b06e952af482d45f3ade64e77824662e34b7fa2 /arch/powerpc/kernel/vdso64/sigtramp.S
parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/powerpc/kernel/vdso64/sigtramp.S')