hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/include/debug/omap2plus.S
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Debugging macro include header
34 *
45 * Copyright (C) 1994-1999 Russell King
56 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
117 */
128
139 #include <linux/serial_reg.h>
....@@ -79,5 +75,8 @@
7975 bne 1001b
8076 .endm
8177
82
- .macro waituart,rd,rx
78
+ .macro waituartcts,rd,rx
79
+ .endm
80
+
81
+ .macro waituarttxrdy,rd,rx
8382 .endm