aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib')
-rw-r--r--arch/alpha/lib/dbg_stackcheck.S2
-rw-r--r--arch/alpha/lib/dbg_stackkill.S2
-rw-r--r--arch/alpha/lib/memset.S2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/alpha/lib/dbg_stackcheck.S b/arch/alpha/lib/dbg_stackcheck.S
index 3c1f3e6522e5..78f6b924ad8f 100644
--- a/arch/alpha/lib/dbg_stackcheck.S
+++ b/arch/alpha/lib/dbg_stackcheck.S
@@ -1,5 +1,5 @@
1/* 1/*
2 * arch/alpha/lib/stackcheck.S 2 * arch/alpha/lib/dbg_stackcheck.S
3 * Contributed by Richard Henderson (rth@tamu.edu) 3 * Contributed by Richard Henderson (rth@tamu.edu)
4 * 4 *
5 * Verify that we have not overflowed the stack. Oops if we have. 5 * Verify that we have not overflowed the stack. Oops if we have.
diff --git a/arch/alpha/lib/dbg_stackkill.S b/arch/alpha/lib/dbg_stackkill.S
index e9f6a9dcf2b7..c1e40a1a43d5 100644
--- a/arch/alpha/lib/dbg_stackkill.S
+++ b/arch/alpha/lib/dbg_stackkill.S
@@ -1,5 +1,5 @@
1/* 1/*
2 * arch/alpha/lib/killstack.S 2 * arch/alpha/lib/dbg_stackkill.S
3 * Contributed by Richard Henderson (rth@cygnus.com) 3 * Contributed by Richard Henderson (rth@cygnus.com)
4 * 4 *
5 * Clobber the balance of the kernel stack, hoping to catch 5 * Clobber the balance of the kernel stack, hoping to catch
diff --git a/arch/alpha/lib/memset.S b/arch/alpha/lib/memset.S
index 8ff6e7e1773e..311b8cfc6914 100644
--- a/arch/alpha/lib/memset.S
+++ b/arch/alpha/lib/memset.S
@@ -1,5 +1,5 @@
1/* 1/*
2 * linux/arch/alpha/memset.S 2 * linux/arch/alpha/lib/memset.S
3 * 3 *
4 * This is an efficient (and small) implementation of the C library "memset()" 4 * This is an efficient (and small) implementation of the C library "memset()"
5 * function for the alpha. 5 * function for the alpha.