Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/sun4v/interrupt.c

    r47b2d7e3 r1433ecda  
    7474 */
    7575uint64_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))));
    7877
    7978/**
     
    8382{
    8483        if (__hypercall_fast3(
    85                 CPU_QCONF,
    86                 CPU_MONDO_QUEUE_ID,
    87                 KA2PA(cpu_mondo_queues[CPU->id]),
    88                 CPU_MONDO_NENTRIES) != HV_EOK)
    89                         panic("Initializing mondo queue failed on CPU %" PRIu64 ".\n",
    90                             CPU->arch.id);
     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);
    9190}
    9291
Note: See TracChangeset for help on using the changeset viewer.