Changeset 8565a42 in mainline for kernel/arch/sparc64/src/cpu


Ignore:
Timestamp:
2018-03-02T20:34:50Z (8 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a81f69, d5e5fd1
Parents:
3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
git-committer:
GitHub <noreply@…> (2018-03-02 20:34:50)
Message:

Remove all trailing whitespace, everywhere.

See individual commit messages for details.

Location:
kernel/arch/sparc64/src/cpu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/cpu/sun4u/cpu.c

    r3061bc1 r8565a42  
    5959        if ((!prop) || (!prop->value))
    6060                prop = ofw_tree_getprop(node, "cpuid");
    61        
     61
    6262        if (prop && prop->value) {
    6363                mid = *((uint32_t *) prop->value);
     
    6969                }
    7070        }
    71        
     71
    7272        return -1;
    7373}
     
    8080        ofw_tree_node_t *node;
    8181        uint32_t clock_frequency = 0;
    82        
     82
    8383        CPU->arch.mid = read_mid();
    84        
     84
    8585        /*
    8686         * Detect processor frequency.
     
    109109                }
    110110        }
    111                
     111
    112112        CPU->arch.clock_frequency = clock_frequency;
    113113        tick_init();
     
    146146                break;
    147147        }
    148        
     148
    149149        switch (CPU->arch.ver.impl) {
    150150        case IMPL_ULTRASPARCI:
  • kernel/arch/sparc64/src/cpu/sun4v/cpu.c

    r3061bc1 r8565a42  
    7171                }
    7272        }
    73                
     73
    7474        tick_init();
    7575
Note: See TracChangeset for help on using the changeset viewer.