Print this page
9709 Remove support for BZIP2 from dump
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
*** 18,27 ****
--- 18,28 ----
*
* CDDL HEADER END
*/
/*
* Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2018 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2017, Joyent, Inc. All rights reserved.
*/
#include <sys/types.h>
#include <sys/kstat.h>
*** 834,850 ****
plat_mem_do_mmio(struct uio *uio, enum uio_rw rw)
{
return (ENOTSUP);
}
- /* cpu threshold for compressed dumps */
- #ifdef sun4v
- uint_t dump_plat_mincpu_default = DUMP_PLAT_SUN4V_MINCPU;
- #else
- uint_t dump_plat_mincpu_default = DUMP_PLAT_SUN4U_MINCPU;
- #endif
-
int
dump_plat_addr()
{
return (0);
}
--- 835,844 ----