Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 20:37:55 -0700
From:      Adrian Chadd <adrian.chadd@gmail.com>
To:        "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Subject:   [rfc] [rft] change intr_event_bind() / ie_assign_cpu cpuid to int
Message-ID:  <CAJ-VmonvQOrwO2AyUi9hLdwJPoS-JnFpDWQ7dYXwR5_3A8RYDA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi!

This patch changes the ie_assign_cpu bit in the interrupt struct to
use an int instead of a u_char for a CPUID.

https://people.freebsd.org/~adrian/smp/20140915-intr-bind-cpuid-1.diff

I'd like some initial feedback on this. Yes, it's not cpuid_t
(although this all may end up becoming a uint32_t at some point soon)
but it does touch a few pieces of hardware I actually don't have and
don't know if I can emulate correctly.

Thanks!




-a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmonvQOrwO2AyUi9hLdwJPoS-JnFpDWQ7dYXwR5_3A8RYDA>