Displaying 3 results from an estimated 3 matches for "54,39".
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...pin1, apic2, pin2);
@@ -2337,7 +2338,7 @@ static inline void check_timer(void)
apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
enable_8259A_irq(0);
- if (timer_irq_works()) {
+ if (mach_timer_irq_works()) {
printk(" works.\n");
return;
}
@@ -2353,7 +2354,7 @@ static inline void check_timer(void)
unlock_ExtINT_logic();
- if (timer_irq_works()) {
+ if (mach_timer_irq_works()) {
printk(" works.\n");
return;
}
Index: linux-2.6.16-rc6/arch/i386/kernel/smpboot.c
===================================================================
-...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...pin1, apic2, pin2);
@@ -2337,7 +2338,7 @@ static inline void check_timer(void)
apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */
enable_8259A_irq(0);
- if (timer_irq_works()) {
+ if (mach_timer_irq_works()) {
printk(" works.\n");
return;
}
@@ -2353,7 +2354,7 @@ static inline void check_timer(void)
unlock_ExtINT_logic();
- if (timer_irq_works()) {
+ if (mach_timer_irq_works()) {
printk(" works.\n");
return;
}
Index: linux-2.6.16-rc6/arch/i386/kernel/smpboot.c
===================================================================
-...
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all
Im using sftp 1:4.7p1-8ubuntu1.2
in a batchjob
Ive noticed that sftp needs a long time for sending a filelist.
The timespan increases exponential if many files are on the
remoteserver.
for example "ls -la *.txt" needs 10 seconds for 2000 files
but needs 50 seconds for 4000 files.
For 150.000 Files i have to wait 15 minutes for example
but the