Displaying 7 results from an estimated 7 matches for "aboslut".
Did you mean:
aboslute
2007 Feb 07
3
Trying to register an G.729 codec boght from Digium and the "register" command does aboslutely nothing
Hello: I got into a trap. As far as I know I do not need to pay any
royalties to use G.729b in Romania, so I should have used other drivers.
The installation procedure looked difficult so I decided to get one from
Digium - it's not that expensive, my time is much more expensive.
Made the payment, got they key, downloaded and copied everything as in
2008 Jan 22
2
RFD: Internationalizing the menu system
I know quite a few people have interest in internationalizing the menu
system. This is a tricky problem, since have a full-blown rendering
engine for the more complex languages (Indic, Semitic and East Asian
languages being the main ones that have substantial complexities.)
Given that, I was thinking that the most sensible thing might be to
pre-render strings (basically menu items and
2009 Mar 06
4
What am I doing wrong?
:(
I am trying to get Internet Explorer to run because that is the only program I can use to log into MLS (Realtor's Website) I get the website to come up but it keeps saying I need to change the Privacy settings and enable cookies. When I go to do that, I click on the Privacy Tab and there is nothing there! It also locks up after that and I have to do a restart.
Any help would be greatly
2007 Apr 18
1
[PATCH 9/10] Vmi timer update.patch
...eak;
+ }
+ break;
+ default:
+ break;
+ }
+}
+
+static int vmi_timer_next_event(unsigned long delta,
+ struct clock_event_device *evt)
+{
+ /* Unfortunately, set_next_event interface only passes relative
+ * expiry, but we want absolute expiry. It'd be better if were
+ * were passed an aboslute expiry, since a bunch of time may
+ * have been stolen between the time the delta is computed and
+ * when we set the alarm below. */
+ cycle_t now = vmi_timer_ops.get_cycle_counter(vmi_counter(VMI_ONESHOT));
+
+ BUG_ON(evt->mode != CLOCK_EVT_MODE_ONESHOT);
+ vmi_timer_ops.set_alarm(VMI_ONESH...
2007 Apr 18
1
[PATCH 9/10] Vmi timer update.patch
...eak;
+ }
+ break;
+ default:
+ break;
+ }
+}
+
+static int vmi_timer_next_event(unsigned long delta,
+ struct clock_event_device *evt)
+{
+ /* Unfortunately, set_next_event interface only passes relative
+ * expiry, but we want absolute expiry. It'd be better if were
+ * were passed an aboslute expiry, since a bunch of time may
+ * have been stolen between the time the delta is computed and
+ * when we set the alarm below. */
+ cycle_t now = vmi_timer_ops.get_cycle_counter(vmi_counter(VMI_ONESHOT));
+
+ BUG_ON(evt->mode != CLOCK_EVT_MODE_ONESHOT);
+ vmi_timer_ops.set_alarm(VMI_ONESH...
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned