Bugzilla – Attachment 406 Details for
Bug 2392
koji loongarch build error 需增加龙芯架构适配代码
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
[patch]
pageshift resovle
0001-add-loongarch-pageshift.patch (text/plain), 832 bytes, created by
lc
on 2022-10-14 15:52:45 UTC
(
hide
)
Description:
pageshift resovle
Filename:
MIME Type:
Creator:
lc
Created:
2022-10-14 15:52:45 UTC
Size:
832 bytes
patch
obsolete
>From 7ca45149a920d81c099fae81b190aeffdd37bca9 Mon Sep 17 00:00:00 2001 >From: lichao <lichaod@uniontech.com> >Date: Fri, 14 Oct 2022 09:50:29 +0800 >Subject: [PATCH] add loongarch pageshift > >--- > open-vm-tools-11.3.5-18557794/lib/include/vm_basic_defs.h | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/open-vm-tools-11.3.5-18557794/lib/include/vm_basic_defs.h b/open-vm-tools-11.3.5-18557794/lib/include/vm_basic_defs.h >index ce3502a..16b0bd8 100644 >--- a/open-vm-tools-11.3.5-18557794/lib/include/vm_basic_defs.h >+++ b/open-vm-tools-11.3.5-18557794/lib/include/vm_basic_defs.h >@@ -264,6 +264,8 @@ Max(int a, int b) > #define PAGE_SHIFT PAGE_SHIFT_4KB > #elif defined __arm__ > #define PAGE_SHIFT PAGE_SHIFT_4KB >+#elif defined __loongarch64 >+ #define PAGE_SHIFT PAGE_SHIFT_4KB > #else > #error > #endif >-- >2.31.1 >
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 2392
: 406 |
407
|
408
|
409
|
410