Changeset 09ab0a9a in mainline for kernel/arch/sparc64/src/sun4v/md.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

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

    rb2aaaa0 r09ab0a9a  
    5454#define PROP_STR        0x73    /**< Node property with a string value */
    5555#define PROP_DATA       0x64    /**< Node property with a block of data */
    56 
    5756
    5857/** machine description header */
     
    105104    __attribute__((aligned(16)));
    106105
    107 
    108106/** returns pointer to the element at the given index */
    109107static md_element_t *get_element(element_idx_t idx)
Note: See TracChangeset for help on using the changeset viewer.