Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402386 Details for
Bug 548102
app-emulation/virtualbox-modules-4.3.26 VBoxPci-linux.c uses deprecated "IRQF_DISABLED" which is removed now from linux kernel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
virtualbox-modules-4.3.26_VBoxPci_linux_4.1.patch
virtualbox-modules-4.3.26_VBoxPci_linux_4.1.patch (text/plain), 558 bytes, created by
jospezial
on 2015-05-01 12:31:08 UTC
(
hide
)
Description:
virtualbox-modules-4.3.26_VBoxPci_linux_4.1.patch
Filename:
MIME Type:
Creator:
jospezial
Created:
2015-05-01 12:31:08 UTC
Size:
558 bytes
patch
obsolete
>--- vboxpci/linux/VBoxPci-linux.c.orig 2014-10-10 10:00:57.000000000 +0200 >+++ vboxpci/linux/VBoxPci-linux.c 2015-05-01 14:11:11.795455862 +0200 >@@ -885,7 +885,8 @@ > #else > > /* We don't allow interrupts sharing */ >-# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) >+ /* XXX overhaul */ >+# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0) > IRQF_DISABLED, /* keep irqs disabled when calling the action handler */ > # else > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 548102
: 402386