Home
last modified time | relevance | path

Searched hist:a78d14a31666c636a9e00a589032119fb59e3b94 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dxlate_mmu.cdiff a78d14a31666c636a9e00a589032119fb59e3b94 Mon Jul 22 02:46:29 CDT 2019 Arnd Bergmann <arnd@arndb.de> xen: avoid link error on ARM

Building the privcmd code as a loadable module on ARM, we get
a link error due to the private cache management functions:

ERROR: "__sync_icache_dcache" [drivers/xen/xen-privcmd.ko] undefined!

Move the code into a new that is always built in when Xen is enabled,
as suggested by Juergen Gross and Boris Ostrovsky.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
H A Dprivcmd.cdiff a78d14a31666c636a9e00a589032119fb59e3b94 Mon Jul 22 02:46:29 CDT 2019 Arnd Bergmann <arnd@arndb.de> xen: avoid link error on ARM

Building the privcmd code as a loadable module on ARM, we get
a link error due to the private cache management functions:

ERROR: "__sync_icache_dcache" [drivers/xen/xen-privcmd.ko] undefined!

Move the code into a new that is always built in when Xen is enabled,
as suggested by Juergen Gross and Boris Ostrovsky.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
/openbmc/linux/include/xen/
H A Dxen-ops.hdiff a78d14a31666c636a9e00a589032119fb59e3b94 Mon Jul 22 02:46:29 CDT 2019 Arnd Bergmann <arnd@arndb.de> xen: avoid link error on ARM

Building the privcmd code as a loadable module on ARM, we get
a link error due to the private cache management functions:

ERROR: "__sync_icache_dcache" [drivers/xen/xen-privcmd.ko] undefined!

Move the code into a new that is always built in when Xen is enabled,
as suggested by Juergen Gross and Boris Ostrovsky.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Juergen Gross <jgross@suse.com>