Print this page
10246 fix apic_allocate_irq() indentation
*** 20,30 ****
#
#
# uts/i86pc/apix/Makefile
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
! # Copyright (c) 2018, Joyent, Inc.
#
# This makefile drives the production of the apix "mach"
# kernel module.
#
# apix implementation architecture dependent
--- 20,30 ----
#
#
# uts/i86pc/apix/Makefile
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
! # Copyright (c) 2019, Joyent, Inc.
#
# This makefile drives the production of the apix "mach"
# kernel module.
#
# apix implementation architecture dependent
*** 61,72 ****
#
# Depends on ACPI CA interpreter
#
LDFLAGS += -dy -N misc/acpica
- # needs work, real bug in apic_allocate_irq()
- $(OBJS_DIR)/mp_platform_common.o := SMOFF += indenting
# needs work
$(OBJS_DIR)/psm_common.o := SMOFF += deref_check
#
# Default build targets.
--- 61,70 ----