Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155259 Details for
Bug 240981
Add cmdline for early setting of processor affinity
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for rc.sysinit
patch (text/plain), 760 bytes, created by
Graham Biswell
on 2007-05-23 15:21:46 UTC
(
hide
)
Description:
Patch for rc.sysinit
Filename:
MIME Type:
Creator:
Graham Biswell
Created:
2007-05-23 15:21:46 UTC
Size:
760 bytes
patch
obsolete
>--- rc.sysinit.orig 2007-05-23 10:37:03.000000000 +0100 >+++ rc.sysinit 2007-05-23 11:29:01.000000000 +0100 >@@ -127,11 +127,23 @@ > > touch /dev/.in_sysinit >/dev/null 2>&1 > >-[ -x /sbin/start_udev ] && /sbin/start_udev >- > # Only read this once. > cmdline=$(cat /proc/cmdline) > >+# Set default affinity >+if [ -f /usr/bin/taskset ]; then >+ if strstr "$cmdline" default_affinity= ; then >+ for arg in $cmdline ; do >+ if [ "${arg##default_affinity=}" != "${arg}" ]; then >+ /usr/bin/taskset -p ${arg##default_affinity=} 1 >+ fi >+ done >+ fi >+fi >+ >+ >+[ -x /sbin/start_udev ] && /sbin/start_udev >+ > # Initialize hardware > if [ -f /proc/sys/kernel/modprobe ]; then > if ! strstr "$cmdline" nomodules && [ -f /proc/modules ] ; then > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240981
: 155259