Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1656 → Rev 1505

/uspace/trunk/libc/arch/ppc64/include/types.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __LIBC__TYPES_H__
#define __LIBC__TYPES_H__
 
51,7 → 45,3
typedef unsigned long int uint64_t;
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/context_offset.h
22,7 → 22,3
#define OFFSET_R30 0x50
#define OFFSET_R31 0x54
#define OFFSET_CR 0x58
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/psthread.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __LIBC__ppc64__PSTHREAD_H__
#define __LIBC__ppc64__PSTHREAD_H__
 
78,7 → 72,3
} __attribute__ ((packed)) context_t;
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/atomic.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __ppc64_ATOMIC_H__
#define __ppc64_ATOMIC_H__
 
90,7 → 84,3
}
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/endian.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __ppc64_ENDIAN_H__
#define __ppc64_ENDIAN_H__
 
42,7 → 36,3
#define __BYTE_ORDER __BIG_ENDIAN
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/regname.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __ppc64_REGNAME_H__
#define __ppc64_REGNAME_H__
 
183,7 → 177,3
#define evr31 31
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/stackarg.h
26,18 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __LIBC__STACKARG_H__
#define __LIBC__STACKARG_H__
 
#endif
 
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/limits.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __ppc64__LIMITS_H__
#define __ppc64__LIMITS_H__
 
41,7 → 35,3
#define ULONG_MAX MAX_UINT64
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/include/thread.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#ifndef __LIBC__ppc64__THREAD_H__
#define __LIBC__ppc64__THREAD_H__
 
66,7 → 60,3
}
 
#endif
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/src/thread.c
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#include <thread.h>
#include <malloc.h>
 
55,7 → 49,3
void *start = ((void *) tcb) - size;
free(start);
}
 
/** @}
*/
 
/uspace/trunk/libc/arch/ppc64/src/syscall.c
26,14 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64 ppc64
* @brief ppc64 architecture dependent parts of libc
* @ingroup lc
* @{
*/
/** @file
*/
 
#include <libc.h>
 
sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id)
56,7 → 48,3
return __ppc32_reg_r3;
}
 
/** @}
*/