Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162484 Details for
Bug 233683
app-emulation/virtualbox-bin-1.6.2 file no longer downloadable; ebuild bump to 1.6.4 required
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
2.6.27.patch
2.6.27.patch (text/plain), 766 bytes, created by
Tim Harder
on 2008-08-08 03:34:57 UTC
(
hide
)
Description:
2.6.27.patch
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2008-08-08 03:34:57 UTC
Size:
766 bytes
patch
obsolete
>--- src/linux/SUPDrv-linux.c~ 2008-08-07 14:14:00.188546817 -0500 >+++ src/linux/SUPDrv-linux.c 2008-08-07 14:28:40.253320830 -0500 >@@ -1328,7 +1328,11 @@ > else > { > vbox_ktimer_start(&g_GipTimer); >+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27) > smp_call_function(VBoxDrvLinuxGipResumePerCpu, pDevExt, 0 /* retry */, 1 /* wait */); >+#else >+ smp_call_function(VBoxDrvLinuxGipResumePerCpu, pDevExt, 1 /* wait */); >+#endif > } > #endif > } >--- src/SUPDRV.h~ 2008-08-07 14:14:00.795546919 -0500 >+++ src/SUPDRV.h 2008-08-07 14:20:09.886302403 -0500 >@@ -101,7 +101,6 @@ > # else /* older kernels */ > # include <asm/semaphore.h> > # endif /* older kernels */ >-# include <asm/semaphore.h> > # include <linux/timer.h> > > # if 0
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 233683
: 162484