Changeset 8565a42 in mainline for kernel/arch/ia64/src/proc


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/proc/scheduler.c

    r3061bc1 r8565a42  
    5454{
    5555        uintptr_t base;
    56        
     56
    5757        base = ALIGN_DOWN(config.base, 1 << KERNEL_PAGE_WIDTH);
    5858
     
    6363                 * Use DTR[TR_KSTACK1] and DTR[TR_KSTACK2] to map it.
    6464                 */
    65                  
     65
    6666                /* purge DTR[TR_STACK1] and DTR[TR_STACK2] */
    6767                dtr_purge((uintptr_t) THREAD->kstack, PAGE_WIDTH+1);
    68                
     68
    6969                /* insert DTR[TR_STACK1] and DTR[TR_STACK2] */
    7070                dtlb_kernel_mapping_insert((uintptr_t) THREAD->kstack,
     
    7474                    DTR_KSTACK2);
    7575        }
    76        
     76
    7777        /*
    7878         * Record address of kernel backing store to bank 0 r22.
Note: See TracChangeset for help on using the changeset viewer.