Changeset b0b4592e in mainline for kernel/arch/sparc32/src/smp/smp.c


Ignore:
Timestamp:
2014-03-15T19:21:53Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c773adc
Parents:
2034f98 (diff), 8cffdf5 (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.
Message:

Merge mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/src/smp/smp.c

    r2034f98 rb0b4592e  
    11/*
    2  * Copyright (c) 2005 Josef Cejka
     2 * Copyright (c) 2010 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup softfloat
     29/** @addtogroup sparc32
    3030 * @{
    3131 */
    32 /** @file Other functions (power, complex).
     32/** @file
    3333 */
    3434
     35#include <smp/smp.h>
     36
     37#if 0
     38void smp_init(void)
     39{
     40}
     41
     42void kmp(void *arg)
     43{
     44}
     45#endif
    3546
    3647/** @}
Note: See TracChangeset for help on using the changeset viewer.