// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/alpha/kernel/err_common.c * * Copyright (C) 2000 Jeff Wiedemeier (Compaq Computer Corporation) * * Error handling code supporting Alpha systems */ #include #include #include #include #include #include #include "err_impl.h" #include "proto.h" /* * err_print_prefix -- error handling print routines should prefix * all prints with this */ char *err_print_prefix = KERN_NOTICE;