Merge branch 'master' of postpeta.pccluster.org:mckernel

This commit is contained in:
Balazs Gerofi bgerofi@riken.jp
2013-11-14 17:21:54 +09:00
39 changed files with 369 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
/**
* \file cls.c
* License details are found in the file LICENSE.
* \brief
* Initialization of cpu local variable
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <kmsg.h>
#include <string.h>
#include <ihk/cpu.h>

View File

@@ -1,3 +1,15 @@
/**
* \file copy.c
* License details are found in the file LICENSE.
* \brief
* Memory copy using DMA controller
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <ihk/dma.h>
#include <amemcpy.h>

View File

@@ -1,3 +1,15 @@
/**
* \file debug.c
* License details are found in the file LICENSE.
* \brief
* Output to kmsg
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <stdarg.h>
#include <string.h>
#include <kmsg.h>

View File

@@ -1,3 +1,15 @@
/**
* \file listeners.c
* License details are found in the file LICENSE.
* \brief
* Usage example of ihk_ikc_listen_port()
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <types.h>
#include <kmsg.h>
#include <ihk/cpu.h>

View File

@@ -1,3 +1,15 @@
/**
* \file mikc.c
* License details are found in the file LICENSE.
* \brief
* Initialization of IKC master channel
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par
* Copyright (C) 2011 - 2012 Taku Shimosawa
*/
/*
* HISTORY:
*/
#include <kmsg.h>
#include <ihk/cpu.h>
#include <ihk/debug.h>