Skip to content
Snippets Groups Projects
Commit cc1e684a authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[PATCH] Remove leftover CVS Id in thunk.S


And move the comment to a proper place.

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent ecaf45ee
No related branches found
No related tags found
No related merge requests found
/*
* Save registers before calling assembly functions. This avoids
* disturbance of register allocation in some inline assembly constructs.
* Copyright 2001,2002 by Andi Kleen, SuSE Labs.
* 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 $
*/
/*
* Save registers before calling assembly functions. This avoids
* disturbance of register allocation in some inline assembly constructs.
* Copyright 2001,2002 by Andi Kleen, SuSE Labs.
* Subject to the GNU public license, v.2. No warranty of any kind.
*/
#include <linux/config.h>
#include <linux/linkage.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment