]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed some unused variables and functions.
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 2 Jun 2010 19:41:38 +0000 (19:41 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 2 Jun 2010 19:41:38 +0000 (19:41 +0000)
drivers/audio/es1370/es1370.c
drivers/audio/es1371/es1371.c
drivers/pci/main.c
drivers/ti1225/ti1225.c
kernel/arch/i386/apic.c
kernel/arch/i386/arch_clock.c
servers/ipc/sem.c
servers/mfs/cache.c
servers/pm/main.c
servers/pm/misc.c

index c690dee17453d200fad3193ce09e3323d729e565..52020f129e1c00a6c2b5fe7924ec66d4646f89f1 100644 (file)
@@ -602,7 +602,6 @@ PRIVATE int disable_int(int chan) {
 PRIVATE int get_samples_in_buf (u32_t *samples_in_buf, int *len, int chan) {
        u16_t samp_ct_reg; 
        u16_t curr_samp_ct_reg;
-       u16_t samp_ct;  /* nr of samples - 1 that will be played back */
        u16_t curr_samp_ct; /* counts back from SAMP_CT till 0 */
 
        *len = sizeof(*samples_in_buf);
index 9ac2fc121c2df69d2c65bc12ef596ded73dbbb4e..500bb74c6c0d882e508778d28323dd5a9b5f4466 100644 (file)
@@ -604,7 +604,6 @@ PRIVATE int disable_int(int chan) {
 PRIVATE int get_samples_in_buf (u32_t *samples_in_buf, int *len, int chan) {
        u16_t samp_ct_reg; 
        u16_t curr_samp_ct_reg;
-       u16_t samp_ct;  /* nr of samples - 1 that will be played back */
        u16_t curr_samp_ct; /* counts back from SAMP_CT till 0 */
 
        *len = sizeof(*samples_in_buf);
index 11f53c05596de98adef6d8129e0d900bbac3193c..8ddd0cc4da45d17ada1f60d2243f28d14c108ded 100644 (file)
@@ -34,7 +34,7 @@ FORWARD _PROTOTYPE( void sef_local_startup, (void) );
 
 int main(void)
 {
-       int i, r;
+       int r;
        message m;
        int ipc_status;
 
@@ -121,10 +121,9 @@ message *mp;
                        mp->m_source, r);
 }
 
-PRIVATE void do_first_dev(mp)
-message *mp;
+PRIVATE void do_first_dev(message *mp)
 {
-       int i, r, devind;
+       int r, devind;
        u16_t vid, did;
        struct rs_pci *aclp;
 
@@ -376,10 +375,9 @@ message *mp;
        reply(mp, OK);
 }
 
-PRIVATE void do_del_acl(mp)
-message *mp;
+PRIVATE void do_del_acl(message *mp)
 {
-       int i, r, proc_nr;
+       int i, proc_nr;
 
        if (mp->m_source != RS_PROC_NR)
        {
@@ -417,10 +415,9 @@ message *mp;
        reply(mp, OK);
 }
 
-PRIVATE void do_reserve(mp)
-message *mp;
+PRIVATE void do_reserve(message *mp)
 {
-       int i, r, devind;
+       int r, devind;
 
        devind= mp->m1_i1;
        
index 65ba4a5e34f00584cda8e1583b461641d3f92c6a..1d590c88b22cf64bdbae219a4b9c00d7a1fdf1f2 100644 (file)
@@ -185,8 +185,7 @@ PRIVATE int sef_cb_init_fresh(int type, sef_init_info_t *info)
        return(OK);
 }
 
-PRIVATE void hw_init(pp)
-struct port *pp;
+PRIVATE void hw_init(struct port *pp)
 {
        int r, devind, irq;
        u8_t v8;
@@ -313,8 +312,7 @@ PRIVATE void map_regs(struct port *pp, u32_t base)
                panic("map_regs: sys_vm_map failed: %d", r);
 }
 
-PRIVATE void do_int(pp)
-struct port *pp;
+PRIVATE void do_int(struct port *pp)
 {
        int r, devind, vcc_5v, vcc_3v, vcc_Xv, vcc_Yv,
                socket_5v, socket_3v, socket_Xv, socket_Yv;
index 37b1b2a9ee0d2d3a42b13b7a7c46b74af357f1d4..9af83c8ac22b4c5ad36e52631b83258c65bf4bcd 100644 (file)
 
 #define VERBOSE_APIC(x) x
 
-PRIVATE int reboot_type;
 PRIVATE int ioapic_enabled;
 PRIVATE u32_t ioapic_id_mask[8];
-PRIVATE u32_t lapic_id_mask[8];
 PUBLIC u32_t lapic_addr_vaddr;
 PUBLIC vir_bytes lapic_addr;
 PUBLIC vir_bytes lapic_eoi_addr;
-PRIVATE u32_t lapic_taskpri_addr;
 
 PRIVATE volatile int probe_ticks;
 PRIVATE        u64_t tsc0, tsc1;
@@ -62,8 +59,6 @@ PRIVATE       u32_t lapic_tctr0, lapic_tctr1;
 PUBLIC u8_t apicid2cpuid[MAX_NR_APICIDS+1];  /* Accessed from asm */
 
 PRIVATE unsigned apic_imcrp;
-PRIVATE unsigned nioapics;
-PRIVATE unsigned nbuses;
 PRIVATE unsigned nintrs;
 PRIVATE const unsigned nlints = 0;
 
@@ -77,7 +72,6 @@ PRIVATE u32_t lapic_bus_freq[CONFIG_MAX_CPUS];
 #define PROBE_TICKS    (system_hz / 10)
 
 PRIVATE u32_t pci_config_intr_data;
-PRIVATE u32_t ioapic_extint_assigned = 0;
 PRIVATE int lapic_extint_assigned = 0;
 
 PRIVATE int calib_clk_handler(irq_hook_t * UNUSED(hook))
@@ -225,35 +219,6 @@ PRIVATE  u32_t lapic_errstatus(void)
        return lapic_read(LAPIC_ESR);
 }
 
-PRIVATE void lapic_disable(void)
-{
-       /* Disable current APIC and close interrupts from PIC */
-       u32_t val;
-
-       if (!lapic_addr)
-               return;
-       {
-               /* leave it enabled if imcr is not set */
-               val = lapic_read(LAPIC_LINT0);
-               val &= ~(APIC_ICR_DM_MASK|APIC_ICR_INT_MASK);
-               val |= APIC_ICR_DM_EXTINT; /* ExtINT at LINT0 */
-               lapic_write (LAPIC_LINT0, val);
-               return;
-       }
-
-       val = lapic_read(LAPIC_LINT0) & 0xFFFE58FF;
-       val |= APIC_ICR_INT_MASK;
-       lapic_write (LAPIC_LINT0, val);
-
-       val = lapic_read(LAPIC_LINT1) & 0xFFFE58FF;
-       val |= APIC_ICR_INT_MASK;
-       lapic_write (LAPIC_LINT1, val);
-
-       val = lapic_read(LAPIC_SIVR) & 0xFFFFFF00;
-       val &= ~APIC_ENABLE;
-       lapic_write(LAPIC_SIVR, val);
-}
-
 PRIVATE void lapic_enable_no_lints(void)
 {
        u32_t val;
index f43d992b9ab5091fbb9ec681f11efff93eb4dd83..8646a32ccdc3a7ff2574078e1f191e53eebe2e9e 100644 (file)
@@ -63,26 +63,6 @@ PUBLIC void stop_8253A_timer(void)
        outb(TIMER0, 0);
 }
 
-/*===========================================================================*
- *                             read_8235A_timer                             *
- *===========================================================================*/
-PRIVATE clock_t read_8253A_timer(void)
-{
-       /* Read the counter of channel 0 of the 8253A timer.  This counter
-        * counts down at a rate of TIMER_FREQ and restarts at
-        * TIMER_COUNT-1 when it reaches zero. A hardware interrupt
-        * (clock tick) occurs when the counter gets to zero and restarts
-        * its cycle.
-        */     
-       u32_t count;
-
-       outb(TIMER_MODE, LATCH_COUNT);
-       count = inb(TIMER0);
-       count |= (inb(TIMER0) << 8);
-       return count;
-}
-
 PRIVATE int calib_cpu_handler(irq_hook_t * UNUSED(hook))
 {
        u64_t tsc;
index 496049e4f7caa04a8ba48a7c4540ff313dfd0a07..baddc620153b1f898fbc6e4ed5dd203f861a05c0 100644 (file)
@@ -101,7 +101,6 @@ PUBLIC int do_semget(message *m)
 PRIVATE void send_message_to_process(endpoint_t who, int ret, int ignore)
 {
        message m;
-       int r;
 
        m.m_type = ret;
        sendnb(who, &m);
index b6fb0101e14785c8cad742a880cbc0f05b45054f..6e3d522b3833b38528181030f9eb6cc4674e4350 100644 (file)
@@ -53,7 +53,6 @@ PUBLIC struct buf *get_block(
 
   int b;
   static struct buf *bp, *prev_ptr;
-  int vmfound = 0;
   u64_t yieldid = VM_BLOCKID_NONE, getid = make64(dev, block);
   int vmcache = 0;
 
index d2a55320c083bb3fed9d69274a49c280c7c71a32..56da25b61772497d6f1b4c7ac68fa315ebc43b80 100644 (file)
@@ -59,9 +59,7 @@ FORWARD _PROTOTYPE( int sef_cb_signal_manager, (endpoint_t target, int signo) );
 PUBLIC int main()
 {
 /* Main routine of the process manager. */
-  int result, s, proc_nr;
-  struct mproc *rmp;
-  sigset_t sigset;
+  int result;
 
   /* SEF local startup. */
   sef_local_startup();
@@ -196,12 +194,10 @@ PRIVATE int sef_cb_init_fresh(int type, sef_init_info_t *info)
   static char core_sigs[] = { SIGQUIT, SIGILL, SIGTRAP, SIGABRT,
                                SIGEMT, SIGFPE, SIGBUS, SIGSEGV };
   static char ign_sigs[] = { SIGCHLD, SIGWINCH, SIGCONT };
-  static char mess_sigs[] = { SIGTERM, SIGHUP, SIGABRT, SIGQUIT };
   static char noign_sigs[] = { SIGILL, SIGTRAP, SIGEMT, SIGFPE, 
                                SIGBUS, SIGSEGV };
   register struct mproc *rmp;
   register char *sig_ptr;
-  register int signo;
   message mess;
 
   /* Initialize process table, including timers. */
index bfce13cc76be714ac1a2aeda39174006aaaae5d2..98420014839e3f504b92437d871650a35f396106 100644 (file)
@@ -406,7 +406,7 @@ PUBLIC int do_reboot()
  *===========================================================================*/
 PUBLIC int do_getsetpriority()
 {
-       int r, arg_which, arg_who, arg_pri, new_q;
+       int r, arg_which, arg_who, arg_pri;
        struct mproc *rmp;
 
        arg_which = m_in.m1_i1;