|
@@ -1,3 +1,4 @@
|
|
|
+/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
/* Generic task switch macro wrapper.
|
|
|
*
|
|
|
* It should be possible to use these on really simple architectures,
|
|
@@ -5,11 +6,6 @@
|
|
|
*
|
|
|
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
|
|
|
* Written by David Howells ([email protected])
|
|
|
- *
|
|
|
- * This program is free software; you can redistribute it and/or
|
|
|
- * modify it under the terms of the GNU General Public Licence
|
|
|
- * as published by the Free Software Foundation; either version
|
|
|
- * 2 of the Licence, or (at your option) any later version.
|
|
|
*/
|
|
|
#ifndef __ASM_GENERIC_SWITCH_TO_H
|
|
|
#define __ASM_GENERIC_SWITCH_TO_H
|