Changeset 1433ecda in mainline for kernel/arch/sparc64/src/trap/sun4v/interrupt.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/sun4v/interrupt.c
r47b2d7e3 r1433ecda 74 74 */ 75 75 uint64_t cpu_mondo_queues[MAX_NUM_STRANDS][CPU_MONDO_QUEUE_SIZE] 76 __attribute__((aligned( 77 CPU_MONDO_QUEUE_SIZE * sizeof(uint64_t)))); 76 __attribute__((aligned(CPU_MONDO_QUEUE_SIZE * sizeof(uint64_t)))); 78 77 79 78 /** … … 83 82 { 84 83 if (__hypercall_fast3( 85 86 87 88 89 90 84 CPU_QCONF, 85 CPU_MONDO_QUEUE_ID, 86 KA2PA(cpu_mondo_queues[CPU->id]), 87 CPU_MONDO_NENTRIES) != HV_EOK) 88 panic("Initializing mondo queue failed on CPU %" PRIu64 ".\n", 89 CPU->arch.id); 91 90 } 92 91
Note:
See TracChangeset
for help on using the changeset viewer.