X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Ftracehook.h;h=b8b51dfea4425d13092618376030382d45a1de03;hb=refs%2Fheads%2Fvserver;hp=d7588bf9418c692fedb294294bf98692f1cd1d87;hpb=f05f9504c50ed069377d37f02f22e7a16b5921de;p=linux-2.6.git diff --git a/include/asm-x86_64/tracehook.h b/include/asm-x86_64/tracehook.h index d7588bf94..b8b51dfea 100644 --- a/include/asm-x86_64/tracehook.h +++ b/include/asm-x86_64/tracehook.h @@ -1,5 +1,13 @@ /* * Tracing hooks, x86-64 CPU support + * + * Copyright (C) 2006, 2007 Red Hat, Inc. All rights reserved. + * + * This copyrighted material is made available to anyone wishing to use, + * modify, copy, or redistribute it subject to the terms and conditions + * of the GNU General Public License v.2. + * + * Red Hat Author: Roland McGrath. */ #ifndef _ASM_TRACEHOOK_H @@ -50,5 +58,4 @@ utrace_native_view(struct task_struct *tsk) return &utrace_x86_64_native; } - #endif