mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
alpha: replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafa ("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>.
Replace #include <asm/export.h> with #include <linux/export.h>.
After all the <asm/export.h> lines are converted, <asm/export.h> and
<asm-generic/export.h> will be removed.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* arch/alpha/lib/callback_srm.S
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <asm/console.h>
|
||||
#include <asm/export.h>
|
||||
|
||||
.text
|
||||
#define HWRPB_CRB_OFFSET 0xc0
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Zero an entire page.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
.align 4
|
||||
.global clear_page
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* a successful copy). There is also some rather minor exception setup
|
||||
* stuff.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
|
||||
/* Allow an exception for an insn; exit if we get one. */
|
||||
#define EX(x,y...) \
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Copy an entire page.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
.align 4
|
||||
.global copy_page
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
* exception setup stuff..
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
|
||||
/* Allow an exception for an insn; exit if we get one. */
|
||||
#define EXI(x,y...) \
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* added by Ivan Kokshaysky <ink@jurassic.park.msu.ru>
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.globl csum_ipv6_magic
|
||||
.align 4
|
||||
.ent csum_ipv6_magic
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
* $28 - compare status
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
#define halt .long 0
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Zero an entire page.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
.align 4
|
||||
.global clear_page
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
* want to leave a hole (and we also want to avoid repeating lots of work)
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
/* Allow an exception for an insn; exit if we get one. */
|
||||
#define EX(x,y...) \
|
||||
99: x,##y; \
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
destination pages are in the dcache, but it is my guess that this is
|
||||
less important than the dcache miss case. */
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
.align 4
|
||||
.global copy_page
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
/* Allow an exception for an insn; exit if we get one. */
|
||||
#define EXI(x,y...) \
|
||||
99: x,##y; \
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
* may cause additional delay in rare cases (load-load replay traps).
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.globl csum_ipv6_magic
|
||||
.align 4
|
||||
.ent csum_ipv6_magic
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
* Try not to change the actual algorithm if possible for consistency.
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
#define halt .long 0
|
||||
|
||||
/*
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
|
||||
* Try not to change the actual algorithm if possible for consistency.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.set noreorder
|
||||
.set noat
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* Temp usage notes:
|
||||
* $1,$2, - scratch
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.set noreorder
|
||||
.set noat
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* as fixes will need to be made in multiple places. The performance gain
|
||||
* is worth it.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.set noat
|
||||
.set noreorder
|
||||
.text
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* string once.
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
|
||||
.align 4
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
|
||||
* Try not to change the actual algorithm if possible for consistency.
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
#include <asm/regdef.h>
|
||||
|
||||
.set noreorder
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* U - upper subcluster; U0 - subcluster U0; U1 - subcluster U1
|
||||
* L - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
|
||||
*/
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.set noreorder
|
||||
.set noat
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
* Try not to change the actual algorithm if possible for consistency.
|
||||
*/
|
||||
|
||||
#include <asm/export.h>
|
||||
#include <linux/export.h>
|
||||
.text
|
||||
|
||||
.align 4
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user