summaryrefslogtreecommitdiff
path: root/arch/x86/purgatory/string.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-07-29 20:26:32 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-07-29 20:26:32 +1000
commit2d8fc01aced1b3ba988aae41e7906bbdd79a3f08 (patch)
tree0e277fdf283150aafed7cf5b8f7c4463b93ad1e9 /arch/x86/purgatory/string.c
parentdb835e5c572c05a44a289832f2adceca384bbfeb (diff)
parent22d4cd9a6367a7142423a7fac58df150d20b6f3f (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'arch/x86/purgatory/string.c')
-rw-r--r--arch/x86/purgatory/string.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/x86/purgatory/string.c b/arch/x86/purgatory/string.c
new file mode 100644
index 000000000000..d886b1fa36f0
--- /dev/null
+++ b/arch/x86/purgatory/string.c
@@ -0,0 +1,13 @@
+/*
+ * Simple string functions.
+ *
+ * Copyright (C) 2014 Red Hat Inc.
+ *
+ * Author:
+ * Vivek Goyal <vgoyal@redhat.com>
+ *
+ * This source code is licensed under the GNU General Public License,
+ * Version 2. See the file COPYING for more details.
+ */
+
+#include "../boot/string.c"