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 153558 Details for
Bug 238015
vgetcpu vsyscall not working
[?]
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.
Fix SMP for x86_64 XenLinux
rawhide-fix-x86_64-smp.patch (text/plain), 582 bytes, created by
Chris Wright
on 2007-04-26 22:31:19 UTC
(
hide
)
Description:
Fix SMP for x86_64 XenLinux
Filename:
MIME Type:
Creator:
Chris Wright
Created:
2007-04-26 22:31:19 UTC
Size:
582 bytes
patch
obsolete
>--- linux-2.6.20.noarch/arch/x86_64/kernel/time-xen.c~orig 2007-04-26 02:05:31.000000000 -0700 >+++ linux-2.6.20.noarch/arch/x86_64/kernel/time-xen.c 2007-04-26 02:02:27.000000000 -0700 >@@ -985,7 +985,7 @@ void time_resume(void) > #ifdef CONFIG_SMP > static char timer_name[NR_CPUS][15]; > >-void local_setup_timer(unsigned int cpu) >+int local_setup_timer(unsigned int cpu) > { > int seq; > >@@ -1009,6 +1009,7 @@ void local_setup_timer(unsigned int cpu) > timer_name[cpu], > NULL); > BUG_ON(per_cpu(timer_irq, cpu) < 0); >+ return 0; > } > > void local_teardown_timer(unsigned int cpu)
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 Raw
Actions:
View
Attachments on
bug 238015
: 153558 |
153559