diff options
Diffstat (limited to 'tools/testing/selftests/powerpc/alignment')
| -rw-r--r-- | tools/testing/selftests/powerpc/alignment/alignment_handler.c | 6 | ||||
| -rw-r--r-- | tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c | 7 | 
2 files changed, 2 insertions, 11 deletions
diff --git a/tools/testing/selftests/powerpc/alignment/alignment_handler.c b/tools/testing/selftests/powerpc/alignment/alignment_handler.c index 169a8b9719fb..0453c50c949c 100644 --- a/tools/testing/selftests/powerpc/alignment/alignment_handler.c +++ b/tools/testing/selftests/powerpc/alignment/alignment_handler.c @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Test the powerpc alignment handler on POWER8/POWER9   *   * Copyright (C) 2017 IBM Corporation (Michael Neuling, Andrew Donnellan) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version.   */  /* diff --git a/tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c b/tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c index 5a9589987702..db4e8c680500 100644 --- a/tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c +++ b/tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c @@ -1,14 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * Copyright 2016, Chris Smart, IBM Corporation.   * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - *   * Calls to copy_first which are not 128-byte aligned should be   * caught and sent a SIGBUS. - *   */  #include <signal.h>  | 

