[PATCH] Remove leftover CVS Id in thunk.S
And move the comment to a proper place. Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
ecaf45ee5c
commit
cc1e684a9f
1 changed files with 6 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Save registers before calling assembly functions. This avoids
|
* Save registers before calling assembly functions. This avoids
|
||||||
* disturbance of register allocation in some inline assembly constructs.
|
* disturbance of register allocation in some inline assembly constructs.
|
||||||
* Copyright 2001,2002 by Andi Kleen, SuSE Labs.
|
* Copyright 2001,2002 by Andi Kleen, SuSE Labs.
|
||||||
* Subject to the GNU public license, v.2. No warranty of any kind.
|
* Subject to the GNU public license, v.2. No warranty of any kind.
|
||||||
* $Id: thunk.S,v 1.2 2002/03/13 20:06:58 ak Exp $
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue