Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152483921
D24908.id72348.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1014 B
Referenced Files
None
Subscribers
None
D24908.id72348.diff
View Options
Index: sys/powerpc/aim/mmu_oea64.c
===================================================================
--- sys/powerpc/aim/mmu_oea64.c
+++ sys/powerpc/aim/mmu_oea64.c
@@ -2485,7 +2485,7 @@
PMAP_LOCK(pmap);
wasdead = (pvo->pvo_vaddr & PVO_DEAD);
if (!wasdead)
- moea64_pvo_remove_from_pmap(mmu, pvo);
+ moea64_pvo_remove_from_pmap(pvo);
else
LIST_REMOVE(pvo, pvo_vlink);
Index: sys/powerpc/include/pcpu.h
===================================================================
--- sys/powerpc/include/pcpu.h
+++ sys/powerpc/include/pcpu.h
@@ -50,12 +50,12 @@
int pc_bsp; \
volatile int pc_awake; \
uint32_t pc_ipimask; \
+ uint32_t pc_flags; /* cpu feature flags */
register_t pc_tempsave[CPUSAVE_LEN]; \
register_t pc_disisave[CPUSAVE_LEN]; \
register_t pc_dbsave[CPUSAVE_LEN]; \
void *pc_restore; \
vm_offset_t pc_qmap_addr; \
- uint32_t pc_flags; /* cpu feature flags */
#define PCPU_MD_AIM32_FIELDS \
struct pvo_entry *qmap_pvo; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 6:12 AM (7 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31583735
Default Alt Text
D24908.id72348.diff (1014 B)
Attached To
Mode
D24908: powerpc: Add a (CPU/runtime features) flags set to pcpu struct
Attached
Detach File
Event Timeline
Log In to Comment