Re: 2.6.14-rt15: cannot build with !PREEMPT_RT

From: Lee Revell
Date: Sun Nov 27 2005 - 21:03:25 EST


On Sun, 2005-11-27 at 13:30 +0100, Ingo Molnar wrote:
> * Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> > On Sat, 2005-11-26 at 14:05 -0500, Lee Revell wrote:
> >
> > > -rt19 seems to work except that asm/io_apic.h fails to include
> > > asm/apicdef.h so MAX_IO_APICS is undefined.
> >
> > The patch below fixes the Makefile x86_64 clutter and the io_apic
> > compile problem
>
> thanks, applied.
>

-rt20 BUGs and dies on boot with an assertion at line 1931 of
fs/jbd/transaction.c:

1924 void __journal_file_buffer(struct journal_head *jh,
1925 transaction_t *transaction, int jlist)
1926 {
1927 struct journal_head **list = NULL;
1928 int was_dirty = 0;
1929 struct buffer_head *bh = jh2bh(jh);
1930
1931 J_ASSERT_JH(jh, jbd_is_locked_bh_state(bh));
1932 assert_spin_locked(&transaction->t_journal->j_list_lock);
1933

Lee


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/