blob: 2f5dfefe9a991fc80c6158391b3856aa4afb95a3 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Eblit with information/warnings for IP27 (Origin 200/2000/Onyx2) users.
#
# If you need to add whitespace for formatting in 'einfo', 'ewarn', or 'eerror', use
# \040 for a space instead of the standard space. These functions will strip
# redundant white space.
show_ip27_info() {
echo -e ""
ewarn "Heavy disk I/O on recent kernels may randomly trigger a BUG() in"
ewarn "isolate_lru_pages() in mm/vmscan.c. The exact trigger cause is"
ewarn "unknown at this time. Please report any oops messages from this"
ewarn "bug to bugs.gentoo.org (assign to mips@gentoo.org)"
echo -e ""
}