summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c
blob: 973dc725d078918ceb707a64bb184707781c7562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  Install trap handlers for handling software interrupts.
 *  This file is deprecated, as the trap handlers are needed before this 
 *  function is called. We still use this as for debugging purposes.
 *
 *  Copyright 2010 Gedare Bloom.
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#include <rtems.h>
#include <rtems/asm.h>
#include <rtems/score/sparc64.h>
#include <rtems/bspIo.h>

void sparc64_install_isr_entries( void )
{
  return;
}