]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - kernel-5.10.patch
- DECLCALLBACK generates incorrect code on ix86, remove it
[packages/VirtualBox.git] / kernel-5.10.patch
index b28d6e03c85917e107d24341dc20cc29f4f52dc2..729235d0b9aa36b207be8001080f13a7d93b2ba0 100644 (file)
@@ -106,7 +106,7 @@ Index: src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
 + * @param   uAddr               The address to apply the new protection to.
 + * @param   pvUser              The opaque user data.
 + */
-+static DECLCALLBACK(int) rtR0MemObjLinuxApplyPageRange(pte_t *pPte, unsigned long uAddr, void *pvUser)
++static int rtR0MemObjLinuxApplyPageRange(pte_t *pPte, unsigned long uAddr, void *pvUser)
 +{
 +    PCLNXAPPLYPGRANGE pArgs = (PCLNXAPPLYPGRANGE)pvUser;
 +    PRTR0MEMOBJLNX pMemLnx = pArgs->pMemLnx;
This page took 0.031436 seconds and 4 git commands to generate.