added copyright

kern/linux/sched.hh:
kern/linux/thread_info.hh:
    got rid of everything but exactly what we needed
util/categories.py:
    newest version from one of my repositories

--HG--
extra : convert_revision : c4328e5938d421d60493c0da07022bfa9e92c404
This commit is contained in:
Ali Saidi
2005-06-05 04:08:05 -04:00
parent 7a5274dd0a
commit 5070f27c69
16 changed files with 634 additions and 121 deletions

View File

@@ -29,11 +29,11 @@
#ifndef __ALPHA_ACCESS_H__
#define __ALPHA_ACCESS_H__
/* @file
/** @file
* System Console Memory Mapped Register Definition
*/
#define ALPHA_ACCESS_VERSION (1301) /* CH++*/
#define ALPHA_ACCESS_VERSION (1301)
#ifndef CONSOLE
#include <iosfwd>